Uses of Class
de.grogra.reflect.XField
Packages that use XField
-
Uses of XField in de.grogra.reflect
Methods in de.grogra.reflect that return XFieldModifier and TypeMethodDescriptionXClass.declareAuxField
(String name, int modifiers, Type<?> type) XClass.declareField
(String name, int modifiers, Type<?> type) XClass.declareSyntheticField
(String baseName, int modifiers, Type<?> type) XClass.getDeclaredField
(String name) Methods in de.grogra.reflect with parameters of type XField -
Uses of XField in de.grogra.xl.compiler
Methods in de.grogra.xl.compiler that return XFieldModifier and TypeMethodDescriptionCClass.getFieldForModel
(CompiletimeModel model) CClass.getFieldForProperty
(CompiletimeModel.Property prop) CClass.getFieldForPropertyModel
(CompiletimeModel model) CClass.getFieldForQuery
(CompiletimeModel model, Query q) Methods in de.grogra.xl.compiler with parameters of type XFieldModifier and TypeMethodDescriptionfinal Expression
Compiler.fieldInitializer
(antlr.collections.AST _t, MethodScope scope, XField field) -
Uses of XField in de.grogra.xl.compiler.scope
Fields in de.grogra.xl.compiler.scope declared as XField