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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassFile.ConstantValuePoolInfo
public ClassFile.ConstantValuePoolInfo()
getValue
public abstract Object getValue(ClassFile classFile)
- Returns:
- The value that this constant pool table entry represents; the actual type is
Double, Float, Integer, Long or String