Class ImmutableStringReference
java.lang.Object
org.jf.dexlib2.base.reference.BaseReference
org.jf.dexlib2.base.reference.BaseStringReference
org.jf.dexlib2.immutable.reference.ImmutableStringReference
- All Implemented Interfaces:
CharSequence,Comparable<CharSequence>,Reference,StringReference,ImmutableReference
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jf.dexlib2.iface.reference.Reference
Reference.InvalidReferenceException -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the referenced string.static ImmutableStringReferenceof(StringReference stringReference) Methods inherited from class org.jf.dexlib2.base.reference.BaseStringReference
charAt, compareTo, equals, hashCode, length, subSequence, toStringMethods inherited from class org.jf.dexlib2.base.reference.BaseReference
validateReferenceMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.CharSequence
chars, codePoints, isEmptyMethods inherited from interface org.jf.dexlib2.iface.reference.Reference
validateReference
-
Field Details
-
str
-
-
Constructor Details
-
ImmutableStringReference
-
-
Method Details
-
of
-
getString
Description copied from interface:StringReferenceGets the referenced string.- Specified by:
getStringin interfaceStringReference- Returns:
- the referenced string
-