| Package | Description |
|---|---|
| org.codehaus.janino |
The core of the Janino JavaTM compiler.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
UnitCompiler.SimpleIField
Short-hand implementation of
IClass.IField that implements a non-constant, non-static,
package-accessible field. |
| Modifier and Type | Field and Description |
|---|---|
IClass.IField |
Java.FieldAccess.field
The field within the class or instance identified by the
Java.FieldAccess.lhs. |
| Modifier and Type | Method and Description |
|---|---|
IClass.IField |
IClass.getDeclaredIField(String name)
Returns the named
IClass.IField declared in this IClass (does not work for inherited fields). |
IClass.IField[] |
IClass.getDeclaredIFields()
Returns the
IClass.IFields declared in this IClass (but not inherited fields). |
protected abstract IClass.IField[] |
IClass.getDeclaredIFields2()
Uncached version of
IClass.getDeclaredIFields(). |
protected IClass.IField[] |
ClassFileIClass.getDeclaredIFields2() |
IClass.IField[] |
IClass.getSyntheticIFields() |
| Modifier and Type | Method and Description |
|---|---|
SortedMap<String,IClass.IField> |
Java.ClassDeclaration.getSyntheticFields() |
SortedMap<String,IClass.IField> |
Java.AbstractClassDeclaration.getSyntheticFields() |
| Modifier and Type | Method and Description |
|---|---|
void |
Java.AbstractClassDeclaration.defineSyntheticField(IClass.IField iField) |
| Constructor and Description |
|---|
FieldAccess(Location location,
Java.Atom lhs,
IClass.IField field) |
Copyright © 2019. All rights reserved.