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 intfinal intFields inherited from class 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) intgetTag()toString()Methods inherited from class 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:
getTagin classConstantPool.Entry
-
byteLength
public int byteLength()- Specified by:
byteLengthin classConstantPool.Entry
-
getNameAndTypeDescriptor
-
accept
- Specified by:
acceptin classConstantPool.Entry
-
toString
-