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


Constructor Summary
ClassFile.ConstantValuePoolInfo()
           
 
Method Summary
abstract  java.lang.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 java.lang.Object getValue(ClassFile classFile)

janino.net