Package org.codehaus.janino.util
Class ClassFile.ConstantValuePoolInfo
- java.lang.Object
-
- org.codehaus.janino.util.ClassFile.ConstantPoolInfo
-
- org.codehaus.janino.util.ClassFile.ConstantValuePoolInfo
-
- Enclosing class:
- ClassFile
public abstract static class ClassFile.ConstantValuePoolInfo extends ClassFile.ConstantPoolInfo
Intermediate base class for constant pool table entry types that have 'value' semantics: Double, Float, Integer, Long, String
-
-
Constructor Summary
Constructors Constructor Description ConstantValuePoolInfo()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Object
getValue(ClassFile classFile)
-
Methods inherited from class org.codehaus.janino.util.ClassFile.ConstantPoolInfo
isWide, store
-
-