Package org.jf.dexlib2.immutable.value
Class ImmutableNullEncodedValue
- java.lang.Object
-
- org.jf.dexlib2.base.value.BaseNullEncodedValue
-
- org.jf.dexlib2.immutable.value.ImmutableNullEncodedValue
-
- All Implemented Interfaces:
java.lang.Comparable<EncodedValue>
,EncodedValue
,NullEncodedValue
,ImmutableEncodedValue
public class ImmutableNullEncodedValue extends BaseNullEncodedValue implements ImmutableEncodedValue
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableNullEncodedValue
INSTANCE
-
Method Summary
-
Methods inherited from class org.jf.dexlib2.base.value.BaseNullEncodedValue
compareTo, equals, getValueType, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jf.dexlib2.iface.value.EncodedValue
getValueType
-
-
-
-
Field Detail
-
INSTANCE
public static final ImmutableNullEncodedValue INSTANCE
-
-