Package com.strobel.assembler.ir
Class ConstantPool.InvokeDynamicInfoEntry
java.lang.Object
com.strobel.assembler.ir.ConstantPool.Entry
com.strobel.assembler.ir.ConstantPool.InvokeDynamicInfoEntry
- Enclosing class:
ConstantPool
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal int
final int
Fields inherited from class com.strobel.assembler.ir.ConstantPool.Entry
index, owner
-
Constructor Summary
ConstructorsConstructorDescriptionInvokeDynamicInfoEntry
(ConstantPool owner, int bootstrapMethodAttributeIndex, int nameAndTypeDescriptorIndex) -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ConstantPool.Visitor visitor) int
(package private) void
fixupKey
(ConstantPool.Key key) getTag()
toString()
Methods inherited from class com.strobel.assembler.ir.ConstantPool.Entry
size
-
Field Details
-
bootstrapMethodAttributeIndex
public final int bootstrapMethodAttributeIndex -
nameAndTypeDescriptorIndex
public final int nameAndTypeDescriptorIndex
-
-
Constructor Details
-
InvokeDynamicInfoEntry
public InvokeDynamicInfoEntry(ConstantPool owner, int bootstrapMethodAttributeIndex, int nameAndTypeDescriptorIndex)
-
-
Method Details
-
fixupKey
- Specified by:
fixupKey
in classConstantPool.Entry
-
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
-