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