Package com.strobel.reflection.emit
Class ConstantPool.InvokeDynamicInfo
java.lang.Object
com.strobel.reflection.emit.ConstantPool.Entry
com.strobel.reflection.emit.ConstantPool.InvokeDynamicInfo
- Enclosing class:
ConstantPool
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal int
final int
Fields inherited from class com.strobel.reflection.emit.ConstantPool.Entry
index, owner
-
Constructor Summary
ConstructorsConstructorDescriptionInvokeDynamicInfo
(ConstantPool owner, int bootstrapMethodAttributeIndex, int nameAndTypeDescriptorIndex) -
Method Summary
Modifier and TypeMethodDescription<R,
D> R accept
(ConstantPool.Visitor<R, D> visitor, D data) int
getTag()
toString()
Methods inherited from class com.strobel.reflection.emit.ConstantPool.Entry
size
-
Field Details
-
bootstrapMethodAttributeIndex
public final int bootstrapMethodAttributeIndex -
nameAndTypeDescriptorIndex
public final int nameAndTypeDescriptorIndex
-
-
Constructor Details
-
InvokeDynamicInfo
public InvokeDynamicInfo(ConstantPool owner, int bootstrapMethodAttributeIndex, int nameAndTypeDescriptorIndex)
-
-
Method Details
-
getTag
- Specified by:
getTag
in classConstantPool.Entry
-
byteLength
public int byteLength()- Specified by:
byteLength
in classConstantPool.Entry
-
getNameAndTypeDescriptor
-
accept
- Specified by:
accept
in classConstantPool.Entry
-
toString
-