Web Site

org.codehaus.janino.util
Class ClassFile.ConstantClassInfo

java.lang.Object
  extended by org.codehaus.janino.util.ClassFile.ConstantPoolInfo
      extended by org.codehaus.janino.util.ClassFile.ConstantClassInfo
Enclosing class:
ClassFile

public static class ClassFile.ConstantClassInfo
extends ClassFile.ConstantPoolInfo


Constructor Summary
ClassFile.ConstantClassInfo(short nameIndex)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 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.ConstantClassInfo

public ClassFile.ConstantClassInfo(short nameIndex)
Method Detail

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)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

Web Site