Uses of Class
jaxx.compiler.reflect.FieldDescriptor
-
Packages that use FieldDescriptor Package Description jaxx.compiler jaxx.compiler.reflect -
-
Uses of FieldDescriptor in jaxx.compiler
Methods in jaxx.compiler that return FieldDescriptor Modifier and Type Method Description FieldDescriptorJAXXCompiler. getScriptField(String fieldName)FieldDescriptor[]JAXXCompiler. getScriptFields()Methods in jaxx.compiler that return types with arguments of type FieldDescriptor Modifier and Type Method Description List<FieldDescriptor>SymbolTable. getScriptFields()Methods in jaxx.compiler with parameters of type FieldDescriptor Modifier and Type Method Description voidJAXXCompiler. addScriptField(FieldDescriptor field) -
Uses of FieldDescriptor in jaxx.compiler.reflect
Fields in jaxx.compiler.reflect declared as FieldDescriptor Modifier and Type Field Description protected FieldDescriptor[]ClassDescriptor. declaredFieldDescriptorsstatic FieldDescriptor[]ClassDescriptor. EMPTY_FIELD_DESCRIPTORS_ARRAYMethods in jaxx.compiler.reflect that return FieldDescriptor Modifier and Type Method Description static FieldDescriptorClassDescriptorHelper. createFieldDescriptor(Field javaField, ClassLoader classLoader)FieldDescriptorClassDescriptor. getDeclaredFieldDescriptor(String name)FieldDescriptor[]ClassDescriptor. getDeclaredFieldDescriptors()FieldDescriptorClassDescriptor. getFieldDescriptor(String name)FieldDescriptor[]ClassDescriptor. getFieldDescriptors()Constructors in jaxx.compiler.reflect with parameters of type FieldDescriptor Constructor Description ClassDescriptor(ClassDescriptorHelper.ResolverType resolverType, String name, String packageName, String superclass, String[] interfaces, boolean isInterface, boolean isArray, String componentType, JAXXObjectDescriptor jaxxObjectDescriptor, ClassLoader classLoader, MethodDescriptor[] constructorDescriptors, MethodDescriptor[] methodDescriptors, FieldDescriptor[] fieldDescriptors)ClassDescriptor(ClassDescriptorHelper.ResolverType resolverType, String name, String packageName, String superclass, String[] interfaces, boolean isInterface, boolean isArray, String componentType, JAXXObjectDescriptor jaxxObjectDescriptor, ClassLoader classLoader, MethodDescriptor[] constructorDescriptors, MethodDescriptor[] methodDescriptors, FieldDescriptor[] fieldDescriptors, FieldDescriptor[] declaredFieldDescriptors)
-