Uses of Class
jaxx.compiler.reflect.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(java.lang.String fieldName)FieldDescriptor[]JAXXCompiler. getScriptFields()Methods in jaxx.compiler that return types with arguments of type FieldDescriptor Modifier and Type Method Description java.util.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(java.lang.reflect.Field javaField, java.lang.ClassLoader classLoader)FieldDescriptorClassDescriptor. getDeclaredFieldDescriptor(java.lang.String name)FieldDescriptor[]ClassDescriptor. getDeclaredFieldDescriptors()FieldDescriptorClassDescriptor. getFieldDescriptor(java.lang.String name)FieldDescriptor[]ClassDescriptor. getFieldDescriptors()Constructors in jaxx.compiler.reflect with parameters of type FieldDescriptor Constructor Description ClassDescriptor(ClassDescriptorHelper.ResolverType resolverType, java.lang.String name, java.lang.String packageName, java.lang.String superclass, java.lang.String[] interfaces, boolean isInterface, boolean isArray, java.lang.String componentType, JAXXObjectDescriptor jaxxObjectDescriptor, java.lang.ClassLoader classLoader, MethodDescriptor[] constructorDescriptors, MethodDescriptor[] methodDescriptors, FieldDescriptor[] fieldDescriptors)ClassDescriptor(ClassDescriptorHelper.ResolverType resolverType, java.lang.String name, java.lang.String packageName, java.lang.String superclass, java.lang.String[] interfaces, boolean isInterface, boolean isArray, java.lang.String componentType, JAXXObjectDescriptor jaxxObjectDescriptor, java.lang.ClassLoader classLoader, MethodDescriptor[] constructorDescriptors, MethodDescriptor[] methodDescriptors, FieldDescriptor[] fieldDescriptors, FieldDescriptor[] declaredFieldDescriptors)