Uses of Class
org.codehaus.janino.IClass.IField
-
Packages that use IClass.IField Package Description org.codehaus.janino The core of the Janino Java compiler. -
-
Uses of IClass.IField in org.codehaus.janino
Subclasses of IClass.IField in org.codehaus.janino Modifier and Type Class Description static classUnitCompiler.SimpleIFieldShort-hand implementation ofIClass.IFieldthat implements a non-constant, non-static, package-accessible field.Fields in org.codehaus.janino declared as IClass.IField Modifier and Type Field Description IClass.IFieldJava.FieldAccess. fieldThe field within the class or instance identified by theJava.FieldAccess.lhs.Methods in org.codehaus.janino that return IClass.IField Modifier and Type Method Description IClass.IFieldIClass. getDeclaredIField(String name)Returns the namedIClass.IFielddeclared in thisIClass(does not work for inherited fields).IClass.IField[]IClass. getDeclaredIFields()Returns theIClass.IFields declared in thisIClass(but not inherited fields).protected IClass.IField[]ClassFileIClass. getDeclaredIFields2()protected abstract IClass.IField[]IClass. getDeclaredIFields2()Uncached version ofIClass.getDeclaredIFields().IClass.IField[]IClass. getSyntheticIFields()Methods in org.codehaus.janino that return types with arguments of type IClass.IField Modifier and Type Method Description SortedMap<String,IClass.IField>Java.AbstractClassDeclaration. getSyntheticFields()SortedMap<String,IClass.IField>Java.ClassDeclaration. getSyntheticFields()Methods in org.codehaus.janino with parameters of type IClass.IField Modifier and Type Method Description voidJava.AbstractClassDeclaration. defineSyntheticField(IClass.IField iField)Constructors in org.codehaus.janino with parameters of type IClass.IField Constructor Description FieldAccess(Location location, Java.Atom lhs, IClass.IField field)
-