Web Site

org.codehaus.janino.util
Class ClassFile.ConstantMethodrefInfo

java.lang.Object
  extended byorg.codehaus.janino.util.ClassFile.ConstantPoolInfo
      extended byorg.codehaus.janino.util.ClassFile.ConstantMethodrefInfo
Enclosing class:
ClassFile

public static class ClassFile.ConstantMethodrefInfo
extends ClassFile.ConstantPoolInfo


Constructor Summary
ClassFile.ConstantMethodrefInfo(short classIndex, short nameAndTypeIndex)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 short getNameAndTypeIndex()
           
 int hashCode()
           
 boolean isWide()
           
 void store(java.io.DataOutputStream dos)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassFile.ConstantMethodrefInfo

public ClassFile.ConstantMethodrefInfo(short classIndex,
                                       short nameAndTypeIndex)
Method Detail

getNameAndTypeIndex

public short getNameAndTypeIndex()

isWide

public boolean isWide()
Specified by:
isWide in class ClassFile.ConstantPoolInfo

store

public void store(java.io.DataOutputStream dos)
           throws java.io.IOException
Specified by:
store in class ClassFile.ConstantPoolInfo
Throws:
java.io.IOException

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()

Web Site