Package com.strobel.reflection.emit
Class ConstantPool.TypeInfo
java.lang.Object
com.strobel.reflection.emit.ConstantPool.Entry
com.strobel.reflection.emit.ConstantPool.TypeInfo
- Enclosing class:
ConstantPool
-
Field Summary
FieldsFields inherited from class com.strobel.reflection.emit.ConstantPool.Entry
index, owner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,
D> R accept
(ConstantPool.Visitor<R, D> visitor, D data) int
getName()
getTag()
toString()
Methods inherited from class com.strobel.reflection.emit.ConstantPool.Entry
size
-
Field Details
-
nameIndex
public final int nameIndex
-
-
Constructor Details
-
TypeInfo
-
-
Method Details
-
getName
-
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
-