Package | Description |
---|---|
org.codehaus.janino |
The classes in this package pose 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.IField s declared in this IClass (but not inherited fields). |
protected IClass.IField[] |
ClassFileIClass.getDeclaredIFields2() |
protected abstract IClass.IField[] |
IClass.getDeclaredIFields2()
Uncached version of
IClass.getDeclaredIFields() . |
IClass.IField[] |
IClass.getSyntheticIFields()
Returns the synthetic fields of an anonymous or local class, in
the order in which they are passed to all constructors.
|
Modifier and Type | Method and Description |
---|---|
void |
Java.ClassDeclaration.defineSyntheticField(IClass.IField iField) |
Constructor and Description |
---|
FieldAccess(Location location,
Java.Atom lhs,
IClass.IField field) |
Copyright © 2001–2016. All rights reserved.