Uses of Class
org.codehaus.janino.util.ClassFile.ConstantPoolInfo
-
Packages that use ClassFile.ConstantPoolInfo Package Description org.codehaus.janino.util Application-independent helper classes. -
-
Uses of ClassFile.ConstantPoolInfo in org.codehaus.janino.util
Subclasses of ClassFile.ConstantPoolInfo in org.codehaus.janino.util Modifier and Type Class Description static class
ClassFile.ConstantClassInfo
See JVMS7 4.4.1.private static class
ClassFile.ConstantDoubleInfo
See JVMS7 4.4.5.static class
ClassFile.ConstantFieldrefInfo
See JVMS7 4.4.2.private static class
ClassFile.ConstantFloatInfo
See JVMS7 4.4.4.private static class
ClassFile.ConstantIntegerInfo
See JVMS7 4.4.4.static class
ClassFile.ConstantInterfaceMethodrefInfo
See JVMS7 4.4.2.static class
ClassFile.ConstantInvokeDynamicInfo
See JVMS7 4.4.10.private static class
ClassFile.ConstantLongInfo
See JVMS7 4.4.5.static class
ClassFile.ConstantMethodHandleInfo
See JVMS7 4.4.8.static class
ClassFile.ConstantMethodrefInfo
See JVMS7 4.4.2.static class
ClassFile.ConstantMethodTypeInfo
See JVMS7 4.4.9.static class
ClassFile.ConstantNameAndTypeInfo
See JVMS7 4.4.6.(package private) static class
ClassFile.ConstantStringInfo
See JVMS7 4.4.3.static class
ClassFile.ConstantUtf8Info
See JVMS7 4.4.7.static class
ClassFile.ConstantValuePoolInfo
Intermediate base class for constant pool table entry types that have 'value' semantics: Double, Float, Integer, Long, StringFields in org.codehaus.janino.util with type parameters of type ClassFile.ConstantPoolInfo Modifier and Type Field Description private java.util.List<ClassFile.ConstantPoolInfo>
ClassFile. constantPool
private java.util.Map<ClassFile.ConstantPoolInfo,java.lang.Short>
ClassFile. constantPoolMap
Methods in org.codehaus.janino.util that return ClassFile.ConstantPoolInfo Modifier and Type Method Description ClassFile.ConstantPoolInfo
ClassFile. getConstantPoolInfo(short index)
private static ClassFile.ConstantPoolInfo
ClassFile.ConstantPoolInfo. loadConstantPoolInfo(java.io.DataInputStream dis)
Methods in org.codehaus.janino.util with parameters of type ClassFile.ConstantPoolInfo Modifier and Type Method Description private short
ClassFile. addToConstantPool(ClassFile.ConstantPoolInfo cpi)
Adds an entry to the constant pool and returns its index, or, if an equal entry already exists in the constant pool, returns the index of that entry.Method parameters in org.codehaus.janino.util with type arguments of type ClassFile.ConstantPoolInfo Modifier and Type Method Description private static void
ClassFile. storeConstantPool(java.io.DataOutputStream dos, java.util.List<ClassFile.ConstantPoolInfo> constantPool)
u2 constant_pool_count, constant_pool[constant_pool_count - 1]
-