org.aspectj.apache.bcel.classfile
Class ConstantFieldref

java.lang.Object
  extended by org.aspectj.apache.bcel.classfile.Constant
      extended by org.aspectj.apache.bcel.classfile.ConstantCP
          extended by org.aspectj.apache.bcel.classfile.ConstantFieldref
All Implemented Interfaces:
java.lang.Cloneable, Node

public final class ConstantFieldref
extends ConstantCP

This class represents a constant pool reference to a field.


Field Summary
 
Fields inherited from class org.aspectj.apache.bcel.classfile.ConstantCP
classIndex, nameAndTypeIndex
 
Fields inherited from class org.aspectj.apache.bcel.classfile.Constant
tag
 
Constructor Summary
ConstantFieldref(int class_index, int name_and_type_index)
           
 
Method Summary
 void accept(ClassVisitor v)
           
 java.lang.String getValue()
           
 
Methods inherited from class org.aspectj.apache.bcel.classfile.ConstantCP
dump, getClass, getClassIndex, getNameAndTypeIndex, toString
 
Methods inherited from class org.aspectj.apache.bcel.classfile.Constant
clone, copy, getTag
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstantFieldref

public ConstantFieldref(int class_index,
                        int name_and_type_index)
Method Detail

accept

public void accept(ClassVisitor v)
Specified by:
accept in interface Node
Specified by:
accept in class Constant

getValue

public java.lang.String getValue()
Specified by:
getValue in class Constant