Package org.jf.dexlib2.writer.builder
Class BuilderEncodedValues.BuilderShortEncodedValue
- java.lang.Object
-
- org.jf.dexlib2.base.value.BaseShortEncodedValue
-
- org.jf.dexlib2.immutable.value.ImmutableShortEncodedValue
-
- org.jf.dexlib2.writer.builder.BuilderEncodedValues.BuilderShortEncodedValue
-
- All Implemented Interfaces:
java.lang.Comparable<EncodedValue>
,EncodedValue
,ShortEncodedValue
,ImmutableEncodedValue
,BuilderEncodedValues.BuilderEncodedValue
- Enclosing class:
- BuilderEncodedValues
public static class BuilderEncodedValues.BuilderShortEncodedValue extends ImmutableShortEncodedValue implements BuilderEncodedValues.BuilderEncodedValue
-
-
Field Summary
-
Fields inherited from class org.jf.dexlib2.immutable.value.ImmutableShortEncodedValue
value
-
-
Constructor Summary
Constructors Constructor Description BuilderShortEncodedValue(short value)
-
Method Summary
-
Methods inherited from class org.jf.dexlib2.immutable.value.ImmutableShortEncodedValue
getValue, of
-
Methods inherited from class org.jf.dexlib2.base.value.BaseShortEncodedValue
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
-
-