Package com.strobel.assembler.ir
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 com.strobel.assembler.ir.ConstantPool.Entry
index, owner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ConstantPool.Visitor visitor) int
(package private) void
fixupKey
(ConstantPool.Key key) getTag()
getValue()
toString()
Methods inherited from class com.strobel.assembler.ir.ConstantPool.Entry
size
-
Field Details
-
stringIndex
public final int stringIndex
-
-
Constructor Details
-
StringConstantEntry
-
-
Method Details
-
getValue
-
fixupKey
- Specified by:
fixupKey
in classConstantPool.Entry
-
getTag
- Specified by:
getTag
in classConstantPool.Entry
-
byteLength
public int byteLength()- Specified by:
byteLength
in classConstantPool.Entry
-
accept
- Specified by:
accept
in classConstantPool.Entry
-
toString
-
getConstantValue
- Specified by:
getConstantValue
in classConstantPool.ConstantEntry
-