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
 IClass.IField Java.FieldAccess.field
           
 

Methods in org.codehaus.janino that return IClass.IField
 IClass.IField IClass.getDeclaredIField(java.lang.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()
          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)
           
 



Copyright © 2001-2012. All Rights Reserved.