Package org.codehaus.janino.util
Class ClassFile.ConstantPoolInfo
- java.lang.Object
-
- 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
Constructors Constructor Description ConstantPoolInfo()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract boolean
isWide()
abstract void
store(java.io.DataOutputStream dos)
-