Package org.jf.dexlib2.writer.builder
Class BuilderEncodedValues.BuilderEnumEncodedValue
- java.lang.Object
-
- org.jf.dexlib2.base.value.BaseEnumEncodedValue
-
- org.jf.dexlib2.writer.builder.BuilderEncodedValues.BuilderEnumEncodedValue
-
- All Implemented Interfaces:
java.lang.Comparable<EncodedValue>
,EncodedValue
,EnumEncodedValue
,BuilderEncodedValues.BuilderEncodedValue
- Enclosing class:
- BuilderEncodedValues
public static class BuilderEncodedValues.BuilderEnumEncodedValue extends BaseEnumEncodedValue implements BuilderEncodedValues.BuilderEncodedValue
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BuilderFieldReference
getValue()
Gets the enum value.-
Methods inherited from class org.jf.dexlib2.base.value.BaseEnumEncodedValue
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
-
-
-
-
Method Detail
-
getValue
@Nonnull public BuilderFieldReference getValue()
Description copied from interface:EnumEncodedValue
Gets the enum value.- Specified by:
getValue
in interfaceEnumEncodedValue
- Returns:
- a reference to the field on the enum class that holds the enum value, as a FieldReference
-
-