org.aspectj.apache.bcel.classfile
Class ConstantMethodref

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.ConstantMethodref
All Implemented Interfaces:
java.lang.Cloneable, Node

public final class ConstantMethodref
extends ConstantCP

This class represents a constant pool reference to a method.


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
ConstantMethodref(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

ConstantMethodref

public ConstantMethodref(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