Package org.jf.dexlib2.immutable.value
Class ImmutableStringEncodedValue
java.lang.Object
org.jf.dexlib2.base.value.BaseStringEncodedValue
org.jf.dexlib2.immutable.value.ImmutableStringEncodedValue
- All Implemented Interfaces:
Comparable<EncodedValue>,EncodedValue,StringEncodedValue,ImmutableEncodedValue
public class ImmutableStringEncodedValue
extends BaseStringEncodedValue
implements ImmutableEncodedValue
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()Gets the string value.static ImmutableStringEncodedValueof(StringEncodedValue stringEncodedValue) Methods inherited from class org.jf.dexlib2.base.value.BaseStringEncodedValue
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
-
ImmutableStringEncodedValue
-
-
Method Details
-
of
-
getValue
Description copied from interface:StringEncodedValueGets the string value.- Specified by:
getValuein interfaceStringEncodedValue- Returns:
- the string value
-