sealed abstract class Val extends AnyRef
A NIR value.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Val
- 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final def canonicalize: Val
The canonical form of
this
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- 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()
- final def isCanonical: Boolean
true
iffthis
is in canonical form. - final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def isMinusOne: Boolean
true
iffthis
is a numerical value equal to "-1". - final def isOne: Boolean
true
iffthis
is the value "1" in its type. - final def isSignedMaxValue(is32BitPlatform: Boolean): Boolean
true
iffthis
is the maximum value of a signed numerical type. - final def isSignedMinValue(is32BitPlatform: Boolean): Boolean
true
iffthis
is the minimum value of a signed numerical type. - final def isUnsignedMaxValue: Boolean
true
iffthis
is the maximum value of an unsigned numerical type. - final def isUnsignedMinValue: Boolean
true
iffthis
is the minimum value of an unsigned numerical type. - final def isVirtual: Boolean
true
iffthis
represents a virtual value. - final def isZero: Boolean
true
iffthis
is the "zero" value of its type. - 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()
- final def show: String
A textual representation of
this
. - final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def ty: Type
The type of the value.
- 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()