Package com.strobel.reflection.emit
Class ConstantPool.NameAndTypeDescriptor
java.lang.Object
com.strobel.reflection.emit.ConstantPool.Entry
com.strobel.reflection.emit.ConstantPool.NameAndTypeDescriptor
- Enclosing class:
ConstantPool
-
Field Summary
FieldsFields inherited from class com.strobel.reflection.emit.ConstantPool.Entry
index, owner
-
Constructor Summary
ConstructorsConstructorDescriptionNameAndTypeDescriptor
(ConstantPool owner, int nameIndex, int typeDescriptorIndex) -
Method Summary
Methods inherited from class com.strobel.reflection.emit.ConstantPool.Entry
size
-
Field Details
-
nameIndex
public final int nameIndex -
typeDescriptorIndex
public final int typeDescriptorIndex
-
-
Constructor Details
-
NameAndTypeDescriptor
-
-
Method Details
-
getTag
- Specified by:
getTag
in classConstantPool.Entry
-
byteLength
public int byteLength()- Specified by:
byteLength
in classConstantPool.Entry
-
getName
-
getType
-
accept
- Specified by:
accept
in classConstantPool.Entry
-
toString
-