Package org.jf.dexlib2.immutable.value
Class ImmutableTypeEncodedValue
- java.lang.Object
-
- org.jf.dexlib2.base.value.BaseTypeEncodedValue
-
- org.jf.dexlib2.immutable.value.ImmutableTypeEncodedValue
-
- All Implemented Interfaces:
java.lang.Comparable<EncodedValue>
,EncodedValue
,TypeEncodedValue
,ImmutableEncodedValue
public class ImmutableTypeEncodedValue extends BaseTypeEncodedValue implements ImmutableEncodedValue
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
value
-
Constructor Summary
Constructors Constructor Description ImmutableTypeEncodedValue(java.lang.String value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getValue()
Gets the type value.static ImmutableTypeEncodedValue
of(TypeEncodedValue typeEncodedValue)
-
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
-
of
public static ImmutableTypeEncodedValue of(@Nonnull TypeEncodedValue typeEncodedValue)
-
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
-
-