Package com.tonic.analysis.ssa.value
Class NullConstant
- java.lang.Object
-
- com.tonic.analysis.ssa.value.Constant
-
- com.tonic.analysis.ssa.value.NullConstant
-
-
Field Summary
Fields Modifier and Type Field Description static NullConstantINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IRTypegetType()Gets the IR type of this value.ObjectgetValue()Gets the value of this constant.inthashCode()StringtoString()-
Methods inherited from class com.tonic.analysis.ssa.value.Constant
isConstant
-
Methods inherited from interface com.tonic.analysis.ssa.value.Value
isNull, isSSAValue
-
-
-
-
Field Detail
-
INSTANCE
public static final NullConstant INSTANCE
-
-