Package com.strobel.reflection.emit
Class ConstantPool.ReferenceEntry
java.lang.Object
com.strobel.reflection.emit.ConstantPool.Entry
com.strobel.reflection.emit.ConstantPool.ReferenceEntry
- Direct Known Subclasses:
ConstantPool.FieldReference
,ConstantPool.InterfaceMethodReference
,ConstantPool.MethodReference
- Enclosing class:
ConstantPool
-
Field Summary
FieldsFields inherited from class com.strobel.reflection.emit.ConstantPool.Entry
index, owner
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ReferenceEntry
(ConstantPool cp, ConstantPool.Tag tag, int typeInfoIndex, int nameAndTypeDescriptorIndex) -
Method Summary
Methods inherited from class com.strobel.reflection.emit.ConstantPool.Entry
accept, size
-
Field Details
-
tag
-
typeInfoIndex
public final int typeInfoIndex -
nameAndTypeDescriptorIndex
public final int nameAndTypeDescriptorIndex
-
-
Constructor Details
-
ReferenceEntry
protected ReferenceEntry(ConstantPool cp, ConstantPool.Tag tag, int typeInfoIndex, int nameAndTypeDescriptorIndex)
-
-
Method Details
-
getTag
- Specified by:
getTag
in classConstantPool.Entry
-
byteLength
public int byteLength()- Specified by:
byteLength
in classConstantPool.Entry
-
getClassInfo
-
getClassName
-
getNameAndTypeInfo
-
toString
-