com.sun.tools.classfile
Class ConstantPool.CONSTANT_Methodref_info

java.lang.Object
  extended by com.sun.tools.classfile.ConstantPool.CPInfo
      extended by com.sun.tools.classfile.ConstantPool.CPRefInfo
          extended by com.sun.tools.classfile.ConstantPool.CONSTANT_Methodref_info
Enclosing class:
ConstantPool

public static class ConstantPool.CONSTANT_Methodref_info
extends ConstantPool.CPRefInfo


Field Summary
 
Fields inherited from class com.sun.tools.classfile.ConstantPool.CPRefInfo
class_index, name_and_type_index, tag
 
Fields inherited from class com.sun.tools.classfile.ConstantPool.CPInfo
cp
 
Constructor Summary
ConstantPool.CONSTANT_Methodref_info(ConstantPool cp, ClassReader cr)
           
ConstantPool.CONSTANT_Methodref_info(ConstantPool cp, int class_index, int name_and_type_index)
           
 
Method Summary
<R,D> R
accept(ConstantPool.Visitor<R,D> visitor, D data)
           
 java.lang.String toString()
           
 
Methods inherited from class com.sun.tools.classfile.ConstantPool.CPRefInfo
getClassInfo, getClassName, getNameAndTypeInfo, getTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstantPool.CONSTANT_Methodref_info

ConstantPool.CONSTANT_Methodref_info(ConstantPool cp,
                                     ClassReader cr)
                               throws java.io.IOException
Throws:
java.io.IOException

ConstantPool.CONSTANT_Methodref_info

public ConstantPool.CONSTANT_Methodref_info(ConstantPool cp,
                                            int class_index,
                                            int name_and_type_index)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

accept

public <R,D> R accept(ConstantPool.Visitor<R,D> visitor,
                      D data)
Specified by:
accept in class ConstantPool.CPInfo