Klasse 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.
http://docs.oracle.com/javase/specs/jvms/se7/html/jvms-4.html#jvms-4.4.8
- Autor:
- Andy Clement
- Siehe auch:
-
Feldübersicht
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidfinal voiddump(DataOutputStream file) final intfinal bytegetValue()static StringkindToString(byte kind) final StringtoString()
-
Konstruktordetails
-
ConstantMethodHandle
public ConstantMethodHandle(byte referenceKind, int referenceIndex)
-
-
Methodendetails
-
dump
- Angegeben von:
dumpin KlasseConstant- Löst aus:
IOException
-
getReferenceKind
public final byte getReferenceKind() -
getReferenceIndex
public final int getReferenceIndex() -
toString
-
getValue
-
accept
-
kindToString
-