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