Class ClassFile.ConstantValuePoolInfo

java.lang.Object
org.codehaus.janino.util.ClassFile.ConstantPoolInfo
org.codehaus.janino.util.ClassFile.ConstantValuePoolInfo
Direct Known Subclasses:
ClassFile.ConstantDoubleInfo, ClassFile.ConstantFloatInfo, ClassFile.ConstantIntegerInfo, ClassFile.ConstantLongInfo, ClassFile.ConstantStringInfo, ClassFile.ConstantUtf8Info
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 Details

    • ConstantValuePoolInfo

      public ConstantValuePoolInfo()
  • Method Details