Class ConstantFieldref
- java.lang.Object
-
- org.aspectj.apache.bcel.classfile.Constant
-
- org.aspectj.apache.bcel.classfile.ConstantCP
-
- org.aspectj.apache.bcel.classfile.ConstantFieldref
-
public final class ConstantFieldref extends ConstantCP
-
-
Field Summary
-
Fields inherited from class org.aspectj.apache.bcel.classfile.ConstantCP
classIndex, nameAndTypeIndex
-
-
Constructor Summary
Constructors Constructor Description ConstantFieldref(int class_index, int name_and_type_index)
-
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
-
-