UnaryOp

dotty.tools.sjs.ir.Trees.UnaryOp
See theUnaryOp companion class
object UnaryOp

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
UnaryOp.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 isClassOp(op: Code): Boolean
def isPureOp(op: Code): Boolean
def resultTypeOf(op: Code, argType: Type): Type

Concrete fields

final val Array_length: 25
final val Boolean_!: 1
final val ByteToInt: 3
final val CharToInt: 2
final val CheckNotNull: 18
final val Class_componentType: 23
final val Class_isArray: 22
final val Class_isInterface: 21
final val Class_isPrimitive: 20
final val Class_name: 19
final val Class_superClass: 24
final val Clone: 27
final val DoubleToFloat: 13
final val DoubleToInt: 12
final val DoubleToLong: 15
final val Double_fromBits: 35
final val Double_toBits: 34
final val FloatToDouble: 7
final val Float_fromBits: 33
final val Float_toBits: 32
final val GetClass: 26
final val IdentityHashCode: 28
final val IntToByte: 9
final val IntToChar: 8
final val IntToDouble: 6
final val IntToLong: 5
final val IntToShort: 10
final val Int_clz: 36
final val LongToDouble: 14
final val LongToFloat: 16
final val LongToInt: 11
final val Long_clz: 37
final val ShortToInt: 4
final val String_length: 17
final val Throw: 31
final val UnsignedIntToLong: 38
final val UnwrapFromThrowable: 30
final val WrapAsThrowable: 29