Class MethodHandle
- java.lang.Object
-
- com.tonic.parser.constpool.structure.MethodHandle
-
public class MethodHandle extends Object
The reference kind and pool index pair that makes up a CONSTANT_MethodHandle entry.
-
-
Constructor Summary
Constructors Constructor Description MethodHandle(int referenceKind, int referenceIndex)Creates a method handle descriptor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetReferenceIndex()intgetReferenceKind()StringtoString()
-