Package | Description |
---|---|
org.codehaus.janino.util |
Application-independent helper classes.
|
Modifier and Type | Field and Description |
---|---|
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,
String fieldName,
String fieldTypeFd,
Object optionalConstantValue)
Creates a
ClassFile.FieldInfo and adds it to this class. |
Copyright © 2001–2016. All rights reserved.