Package org.jf.dexlib2.writer.builder
Class BuilderEncodedValues.BuilderTypeEncodedValue
- java.lang.Object
-
- org.jf.dexlib2.base.value.BaseTypeEncodedValue
-
- org.jf.dexlib2.writer.builder.BuilderEncodedValues.BuilderTypeEncodedValue
-
- All Implemented Interfaces:
java.lang.Comparable<EncodedValue>
,EncodedValue
,TypeEncodedValue
,BuilderEncodedValues.BuilderEncodedValue
- Enclosing class:
- BuilderEncodedValues
public static class BuilderEncodedValues.BuilderTypeEncodedValue extends BaseTypeEncodedValue implements BuilderEncodedValues.BuilderEncodedValue
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getValue()
Gets the type value.-
Methods inherited from class org.jf.dexlib2.base.value.BaseTypeEncodedValue
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 java.lang.String getValue()
Description copied from interface:TypeEncodedValue
Gets the type value.- Specified by:
getValue
in interfaceTypeEncodedValue
- Returns:
- the type value
-
-