Class ConstantInterfaceMethodref
- java.lang.Object
-
- org.aspectj.apache.bcel.classfile.Constant
-
- org.aspectj.apache.bcel.classfile.ConstantCP
-
- org.aspectj.apache.bcel.classfile.ConstantInterfaceMethodref
-
public final class ConstantInterfaceMethodref extends ConstantCP
-
-
Field Summary
-
Fields inherited from class org.aspectj.apache.bcel.classfile.ConstantCP
classIndex, nameAndTypeIndex
-
-
Constructor Summary
Constructors Constructor Description ConstantInterfaceMethodref(int classIndex, int nameAndTypeIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ClassVisitor v)StringgetValue()-
Methods inherited from class org.aspectj.apache.bcel.classfile.ConstantCP
dump, getClass, getClassIndex, getNameAndTypeIndex, toString
-
-