Uses of Class
org.codehaus.janino.IClass.IField

Packages that use IClass.IField
org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler. 
 

Uses of IClass.IField in org.codehaus.janino
 

Subclasses of IClass.IField in org.codehaus.janino
static class UnitCompiler.SimpleIField
          Short-hand implementation of IClass.IField that implements a non-constant, non-static, package-accessible field.
 

Fields in org.codehaus.janino declared as IClass.IField
protected  IClass.IField[] IClass.declaredIFields
           
 IClass.IField Java.FieldAccess.field
           
 

Methods in org.codehaus.janino that return IClass.IField
 IClass.IField[] IClass.getDeclaredIFields()
          Returns the fields of a class or interface (but not inherited fields).
Returns an empty array for an array, primitive type or "void".
protected  IClass.IField[] ClassFileIClass.getDeclaredIFields2()
           
protected abstract  IClass.IField[] IClass.getDeclaredIFields2()
           
 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.
 

Methods in org.codehaus.janino with parameters of type IClass.IField
 void Java.ClassDeclaration.defineSyntheticField(IClass.IField iField)
           
 

Constructors in org.codehaus.janino with parameters of type IClass.IField
Java.FieldAccess(Location location, Java.Atom lhs, IClass.IField field)