Package | Description |
---|---|
org.codehaus.janino |
The classes in this package pose the core of the Janino JavaTM compiler.
|
org.codehaus.janino.util |
Application-independent helper classes.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ClassFile.FieldInfo,IClass.IField> |
ClassFileIClass.resolvedFields |
Modifier and Type | Method and Description |
---|---|
private IClass.IField |
ClassFileIClass.resolveField(ClassFile.FieldInfo fieldInfo) |
Modifier and Type | Field and Description |
---|---|
java.util.List<ClassFile.FieldInfo> |
ClassFile.fieldInfos
The
ClassFile.FieldInfo s of the field members of this class or interface. |
Modifier and Type | Method and Description |
---|---|
ClassFile.FieldInfo |
ClassFile.addFieldInfo(Java.Modifiers modifiers,
java.lang.String fieldName,
java.lang.String fieldTypeFd,
java.lang.Object optionalConstantValue)
Creates a
ClassFile.FieldInfo and adds it to this class. |
Modifier and Type | Method and Description |
---|---|
private java.util.List<ClassFile.FieldInfo> |
ClassFile.loadFields(java.io.DataInputStream dis)
u2 fields_count, fields[fields_count]
|
Modifier and Type | Method and Description |
---|---|
private static void |
ClassFile.storeFields(java.io.DataOutputStream dos,
java.util.List<ClassFile.FieldInfo> fieldInfos)
u2 fields_count, fields[fields_count]
|