Package | Description |
---|---|
org.codehaus.janino.util |
Application-independent helper classes.
|
Modifier and Type | Class and 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.
|
private static class |
ClassFile.ConstantLongInfo
See JVMS7 4.4.5.
|
static class |
ClassFile.ConstantMethodrefInfo
See JVMS7 4.4.2.
|
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, String
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<ClassFile.ConstantPoolInfo> |
ClassFile.constantPool |
private java.util.Map<ClassFile.ConstantPoolInfo,java.lang.Short> |
ClassFile.constantPoolMap |
Modifier and Type | Method and Description |
---|---|
ClassFile.ConstantPoolInfo |
ClassFile.getConstantPoolInfo(short index) |
private static ClassFile.ConstantPoolInfo |
ClassFile.ConstantPoolInfo.loadConstantPoolInfo(java.io.DataInputStream dis) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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]
|