Class ConstantPool.StringConstant
java.lang.Object
com.strobel.reflection.emit.ConstantPool.Entry
com.strobel.reflection.emit.ConstantPool.StringConstant
- Enclosing class:
ConstantPool
-
Field Summary
FieldsFields inherited from class ConstantPool.Entry
index, owner -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,D> R accept(ConstantPool.Visitor<R, D> visitor, D data) intgetTag()getValue()toString()Methods inherited from class ConstantPool.Entry
size
-
Field Details
-
stringIndex
public final int stringIndex
-
-
Constructor Details
-
StringConstant
-
-
Method Details
-
getValue
-
getTag
- Specified by:
getTagin classConstantPool.Entry
-
byteLength
public int byteLength()- Specified by:
byteLengthin classConstantPool.Entry
-
accept
- Specified by:
acceptin classConstantPool.Entry
-
toString
-