Class ConstantMethodHandle
- java.lang.Object
-
- org.aspectj.apache.bcel.classfile.Constant
-
- org.aspectj.apache.bcel.classfile.ConstantMethodHandle
-
-
Constructor Summary
Constructors Constructor Description ConstantMethodHandle(byte referenceKind, int referenceIndex)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ClassVisitor v)voiddump(DataOutputStream file)intgetReferenceIndex()bytegetReferenceKind()StringgetValue()static StringkindToString(byte kind)StringtoString()
-
-
-
Method Detail
-
dump
public final void dump(DataOutputStream file) throws IOException
- Specified by:
dumpin classConstant- Throws:
IOException
-
getReferenceKind
public final byte getReferenceKind()
-
getReferenceIndex
public final int getReferenceIndex()
-
accept
public void accept(ClassVisitor v)
-
kindToString
public static String kindToString(byte kind)
-
-