object Lower
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Lower
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val BoxTo: Map[Type, Global]
- val BoxesRunTime: Top
- val CharArrayName: Top
- val LARGE_OBJECT_MIN_SIZE: Int
- val RuntimeBoxes: Top
- val RuntimeNothing: Ref
- val RuntimeNull: Ref
- val UnboxTo: Map[Type, Global]
- val alloc: Global
- val allocSig: nir.Type.Function
- val allocSmallName: Global
- def apply(defns: Seq[Defn])(implicit meta: Metadata): Seq[Defn]
- val arrayAlloc: Map[Type, Member]
- val arrayAllocSig: Map[Type, nir.Type.Function]
- val arrayApply: Map[Type, Member]
- val arrayApplyGeneric: Map[Type, Member]
- val arrayApplySig: Map[Type, nir.Type.Function]
- val arrayLength: Member
- val arrayLengthSig: nir.Type.Function
- val arraySnapshot: Map[Type, Member]
- val arraySnapshotSig: Map[Type, nir.Type.Function]
- val arrayUpdate: Map[Type, Member]
- val arrayUpdateGeneric: Map[Type, Member]
- val arrayUpdateSig: Map[Type, nir.Type.Function]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val depends: Seq[Global]
- val dyndispatch: Global
- val dyndispatchName: Global
- val dyndispatchSig: nir.Type.Function
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val excInit: Global
- val excInitSig: nir.Type.Function
- val excptnGlobal: Top
- val excptnInitGlobal: Member
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val injects: Seq[Defn]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val largeAlloc: Global
- val largeAllocName: Global
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def stringHashCode(s: String): Int
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val throwClassCast: Member
- val throwClassCastTy: nir.Type.Function
- val throwClassCastVal: Global
- val throwDivisionByZero: Member
- val throwDivisionByZeroTy: nir.Type.Function
- val throwDivisionByZeroVal: Global
- val throwName: Global
- val throwNoSuchMethod: Member
- val throwNoSuchMethodTy: nir.Type.Function
- val throwNoSuchMethodVal: Global
- val throwNullPointer: Member
- val throwNullPointerTy: nir.Type.Function
- val throwNullPointerVal: Global
- val throwOutOfBounds: Member
- val throwOutOfBoundsTy: nir.Type.Function
- val throwOutOfBoundsVal: Global
- val throwSig: nir.Type.Function
- val throwUndefined: Member
- val throwUndefinedTy: nir.Type.Function
- val throwUndefinedVal: Global
- val throw_: Global
- def toString(): String
- Definition Classes
- AnyRef → Any
- val unit: Global
- val unitInstance: Member
- val unitName: Top
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()