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