Class ConstantMethodHandle
java.lang.Object
org.aspectj.apache.bcel.classfile.Constant
org.aspectj.apache.bcel.classfile.ConstantMethodHandle
This class is derived from the abstract Constant class and
represents a reference to the name and signature of a field or method.
https://docs.oracle.com/javase/specs/jvms/se7/html/jvms-4.html#jvms-4.4.8
- Author:
- Andy Clement
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfinal voiddump(DataOutputStream file) final intfinal bytegetValue()static StringkindToString(byte kind) final StringtoString()
-
Constructor Details
-
ConstantMethodHandle
public ConstantMethodHandle(byte referenceKind, int referenceIndex)
-
-
Method Details