Class ConstantPool.StringConstantEntry
java.lang.Object
com.strobel.assembler.ir.ConstantPool.Entry
com.strobel.assembler.ir.ConstantPool.ConstantEntry
com.strobel.assembler.ir.ConstantPool.StringConstantEntry
- Enclosing class:
ConstantPool
-
Field Summary
FieldsFields inherited from class ConstantPool.Entry
index, owner -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ConstantPool.Visitor visitor) int(package private) voidfixupKey(ConstantPool.Key key) getTag()getValue()toString()Methods inherited from class ConstantPool.Entry
size
-
Field Details
-
stringIndex
public final int stringIndex
-
-
Constructor Details
-
StringConstantEntry
-
-
Method Details
-
getValue
-
fixupKey
- Specified by:
fixupKeyin classConstantPool.Entry
-
getTag
- Specified by:
getTagin classConstantPool.Entry
-
byteLength
public int byteLength()- Specified by:
byteLengthin classConstantPool.Entry
-
accept
- Specified by:
acceptin classConstantPool.Entry
-
toString
-
getConstantValue
- Specified by:
getConstantValuein classConstantPool.ConstantEntry
-