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:
Comparable<EncodedValue>,EncodedValue,TypeEncodedValue,ImmutableEncodedValue
public class ImmutableTypeEncodedValue
extends BaseTypeEncodedValue
implements ImmutableEncodedValue
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()Gets the type value.static ImmutableTypeEncodedValueof(TypeEncodedValue typeEncodedValue) Methods inherited from class org.jf.dexlib2.base.value.BaseTypeEncodedValue
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
-
Field Details
-
value
-
-
Constructor Details
-
ImmutableTypeEncodedValue
-
-
Method Details
-
of
-
getValue
Description copied from interface:TypeEncodedValueGets the type value.- Specified by:
getValuein interfaceTypeEncodedValue- Returns:
- the type value
-