org.aspectj.apache.bcel.classfile
Class ConstantFieldref
java.lang.Object
org.aspectj.apache.bcel.classfile.Constant
org.aspectj.apache.bcel.classfile.ConstantCP
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.
- Version:
- $Id: ConstantFieldref.java,v 1.5 2009/09/16 00:43:49 aclement Exp $
- Author:
- M. Dahm
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ConstantFieldref
public ConstantFieldref(int class_index,
int name_and_type_index)
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