object NotNullValue extends NullnessValue
- Source
- NullnessAnalyzer.scala
- Alphabetic
- By Inheritance
- NotNullValue
- NullnessValue
- Value
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
equals(other: Any): Boolean
- Definition Classes
- NullnessValue → AnyRef → Any
-
def
getSize(): Int
The size of the slot described by this value.
The size of the slot described by this value. Cannot be 0 because no values are allocated for void-typed slots, see NullnessInterpreter.newValue.
- Definition Classes
- NullnessValue → Value
-
final
val
isSize2: Boolean
- Definition Classes
- NullnessValue
-
def
merge(other: NullnessValue): NullnessValue
- Definition Classes
- NullnessValue
-
def
toString(): String
- Definition Classes
- NotNullValue → AnyRef → Any
The Scala compiler and reflection APIs.