Web Site

org.codehaus.janino.util
Class ClassFile.ConstantPoolInfo

java.lang.Object
  extended by org.codehaus.janino.util.ClassFile.ConstantPoolInfo
Direct Known Subclasses:
ClassFile.ConstantClassInfo, ClassFile.ConstantFieldrefInfo, ClassFile.ConstantInterfaceMethodrefInfo, ClassFile.ConstantMethodrefInfo, ClassFile.ConstantNameAndTypeInfo, ClassFile.ConstantUtf8Info, ClassFile.ConstantValuePoolInfo
Enclosing class:
ClassFile

public abstract static class ClassFile.ConstantPoolInfo
extends java.lang.Object


Constructor Summary
ClassFile.ConstantPoolInfo()
           
 
Method Summary
abstract  boolean isWide()
           
abstract  void store(java.io.DataOutputStream dos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassFile.ConstantPoolInfo

public ClassFile.ConstantPoolInfo()
Method Detail

store

public abstract void store(java.io.DataOutputStream dos)
                    throws java.io.IOException
Throws:
java.io.IOException

isWide

public abstract boolean isWide()

Web Site