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:
Comparable<EncodedValue>,EncodedValue,NullEncodedValue,ImmutableEncodedValue
public class ImmutableNullEncodedValue
extends BaseNullEncodedValue
implements ImmutableEncodedValue
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jf.dexlib2.base.value.BaseNullEncodedValue
compareTo, equals, getValueType, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jf.dexlib2.iface.value.EncodedValue
getValueType
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableNullEncodedValue
private ImmutableNullEncodedValue()
-