JSUnaryOp

org.scalajs.ir.Trees$.JSUnaryOp$
See theJSUnaryOp companion class
object JSUnaryOp

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
JSUnaryOp.type

Members list

Type members

Types

type Code = Int

Codes are raw Ints to be able to write switch matches on them.

Codes are raw Ints to be able to write switch matches on them.

Attributes

Value members

Concrete methods

def resultTypeOf(op: Code): Type

Concrete fields

final val !: 4
final val +: 1
final val -: 2
final val typeof: 5
final val ~: 3