Package org.jf.dexlib2.writer.builder
Class BuilderEncodedValues.BuilderNullEncodedValue
java.lang.Object
org.jf.dexlib2.base.value.BaseNullEncodedValue
org.jf.dexlib2.writer.builder.BuilderEncodedValues.BuilderNullEncodedValue
- All Implemented Interfaces:
Comparable<EncodedValue>,EncodedValue,NullEncodedValue,BuilderEncodedValues.BuilderEncodedValue
- Enclosing class:
BuilderEncodedValues
public static class BuilderEncodedValues.BuilderNullEncodedValue
extends BaseNullEncodedValue
implements BuilderEncodedValues.BuilderEncodedValue
-
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
-
BuilderNullEncodedValue
private BuilderNullEncodedValue()
-