Web Site

org.codehaus.janino.util
Class ClassFile.ConstantValuePoolInfo

java.lang.Object
  extended byorg.codehaus.janino.util.ClassFile.ConstantPoolInfo
      extended byorg.codehaus.janino.util.ClassFile.ConstantValuePoolInfo
Enclosing class:
ClassFile

public abstract static class ClassFile.ConstantValuePoolInfo
extends ClassFile.ConstantPoolInfo


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)

Web Site