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
-
-
Constructor Summary
Constructors Constructor Description ConstantValuePoolInfo()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.Object
getValue(ClassFile classFile)
-
Methods inherited from class org.codehaus.janino.util.ClassFile.ConstantPoolInfo
isWide, store
-
-
-
-
Method Detail
-
getValue
public abstract java.lang.Object getValue(ClassFile classFile)
-
-