Uses of Class
org.codehaus.janino.IClass.IField
Packages that use IClass.IField
-
Uses of IClass.IField in org.codehaus.janino
Subclasses of IClass.IField in org.codehaus.janinoModifier and TypeClassDescriptionstatic class
Short-hand implementation ofIClass.IField
that implements a non-constant, non-static, package-accessible field.Fields in org.codehaus.janino declared as IClass.IFieldModifier and TypeFieldDescriptionfinal IClass.IField
Java.FieldAccess.field
The field within the class or instance identified by theJava.FieldAccess.lhs
.Methods in org.codehaus.janino that return IClass.IFieldModifier and TypeMethodDescriptionfinal IClass.IField
IClass.getDeclaredIField
(String name) Returns the namedIClass.IField
declared in thisIClass
(does not work for inherited fields).final IClass.IField[]
IClass.getDeclaredIFields()
Returns theIClass.IField
s declared in thisIClass
(but not inherited fields).protected IClass.IField[]
ClassFileIClass.getDeclaredIFields2()
protected abstract IClass.IField[]
IClass.getDeclaredIFields2()
Uncached version ofIClass.getDeclaredIFields()
.IClass.getSyntheticIFields()
Methods in org.codehaus.janino that return types with arguments of type IClass.IFieldModifier and TypeMethodDescriptionJava.AbstractClassDeclaration.getSyntheticFields()
Java.ClassDeclaration.getSyntheticFields()
Methods in org.codehaus.janino with parameters of type IClass.IFieldModifier and TypeMethodDescriptionvoid
Java.AbstractClassDeclaration.defineSyntheticField
(IClass.IField iField) Constructors in org.codehaus.janino with parameters of type IClass.IField