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 intfinal intFields inherited from class ConstantPool.Entry
index, owner -
Constructor Summary
ConstructorsConstructorDescriptionInvokeDynamicInfoEntry(ConstantPool owner, int bootstrapMethodAttributeIndex, int nameAndTypeDescriptorIndex) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ConstantPool.Visitor visitor) int(package private) voidfixupKey(ConstantPool.Key key) getTag()toString()Methods inherited from class 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:
fixupKeyin classConstantPool.Entry
-
getTag
- Specified by:
getTagin classConstantPool.Entry
-
byteLength
public int byteLength()- Specified by:
byteLengthin classConstantPool.Entry
-
getNameAndTypeDescriptor
-
accept
- Specified by:
acceptin classConstantPool.Entry
-
toString
-