| Package | Description |
|---|---|
| org.codehaus.janino.util |
Application-independent helper classes.
|
| Modifier and Type | Field | Description |
|---|---|---|
List<ClassFile.FieldInfo> |
ClassFile.fieldInfos |
The
ClassFile.FieldInfos of the field members of this class or interface. |
| Modifier and Type | Method | Description |
|---|---|---|
ClassFile.FieldInfo |
ClassFile.addFieldInfo(Java.Modifiers modifiers,
String fieldName,
String fieldTypeFd,
Object optionalConstantValue) |
Creates a
ClassFile.FieldInfo and adds it to this class. |
Copyright © 2001–2019. All rights reserved.