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:
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 -
Method Summary
Methods inherited from class org.jf.dexlib2.immutable.value.ImmutableShortEncodedValue
getValue, ofMethods inherited from class org.jf.dexlib2.base.value.BaseShortEncodedValue
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
-
Constructor Details
-
BuilderShortEncodedValue
public BuilderShortEncodedValue(short value)
-