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