Web Site

org.codehaus.janino.util
Class ClassFile.ConstantNameAndTypeInfo

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

public static class ClassFile.ConstantNameAndTypeInfo
extends ClassFile.ConstantPoolInfo


Constructor Summary
ClassFile.ConstantNameAndTypeInfo(short nameIndex, short descriptorIndex)
           
 
Method Summary
 boolean equals(Object o)
           
 short getDescriptorIndex()
           
 int hashCode()
           
 boolean isWide()
           
 void store(DataOutputStream dos)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassFile.ConstantNameAndTypeInfo

public ClassFile.ConstantNameAndTypeInfo(short nameIndex,
                                         short descriptorIndex)
Method Detail

getDescriptorIndex

public short getDescriptorIndex()

isWide

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

store

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

equals

public boolean equals(Object o)

hashCode

public int hashCode()

Web Site