janino.net

org.codehaus.janino.util
Class ClassFile.ConstantValuePoolInfo

java.lang.Object
  extended by org.codehaus.janino.util.ClassFile.ConstantPoolInfo
      extended by 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
ClassFile.ConstantValuePoolInfo()
           
 
Method Summary
abstract  Object getValue(ClassFile classFile)
           
 
Methods inherited from class org.codehaus.janino.util.ClassFile.ConstantPoolInfo
isWide, store
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassFile.ConstantValuePoolInfo

public ClassFile.ConstantValuePoolInfo()
Method Detail

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

janino.net