Web Site

org.codehaus.janino.util
Class ClassFile.ConstantUtf8Info

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

public static class ClassFile.ConstantUtf8Info
extends ClassFile.ConstantPoolInfo


Constructor Summary
ClassFile.ConstantUtf8Info(java.lang.String s)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getString()
           
 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.ConstantUtf8Info

public ClassFile.ConstantUtf8Info(java.lang.String s)
Method Detail

getString

public java.lang.String getString()

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