org.aspectj.apache.bcel.classfile
Class ConstantInterfaceMethodref

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

public final class ConstantInterfaceMethodref
extends ConstantCP

This class represents a constant pool reference to an interface 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
ConstantInterfaceMethodref(int classIndex, int nameAndTypeIndex)
           
 
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

ConstantInterfaceMethodref

public ConstantInterfaceMethodref(int classIndex,
                                  int nameAndTypeIndex)
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