| Package | Description |
|---|---|
| org.nuiton.jaxx.compiler | |
| org.nuiton.jaxx.compiler.reflect | |
| org.nuiton.jaxx.compiler.reflect.resolvers |
| Modifier and Type | Method and Description |
|---|---|
FieldDescriptor |
JAXXCompiler.getScriptField(String fieldName) |
| Modifier and Type | Method and Description |
|---|---|
List<FieldDescriptor> |
SymbolTable.getScriptFields() |
| Modifier and Type | Method and Description |
|---|---|
void |
JAXXCompiler.addScriptField(FieldDescriptor field) |
| Modifier and Type | Field and Description |
|---|---|
protected FieldDescriptor[] |
ClassDescriptor.declaredFieldDescriptors |
static FieldDescriptor[] |
ClassDescriptor.EMPTY_FIELD_DESCRIPTORS_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
static FieldDescriptor |
ClassDescriptorHelper.createFieldDescriptor(Field javaField,
ClassLoader classLoader) |
FieldDescriptor |
ClassDescriptor.getDeclaredFieldDescriptor(String name) |
FieldDescriptor[] |
ClassDescriptor.getDeclaredFieldDescriptors() |
FieldDescriptor |
ClassDescriptor.getFieldDescriptor(String name) |
FieldDescriptor[] |
ClassDescriptor.getFieldDescriptors() |
| Modifier and Type | Method and Description |
|---|---|
Optional<FieldDescriptor> |
ClassDescriptor.tryToGetFieldDescriptor(String name) |
| Constructor and 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) |
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) |
| Modifier and Type | Method and Description |
|---|---|
FieldDescriptor |
ClassDescriptorResolverFromJaxxFile.JaxxFileClassDescriptor.getDeclaredFieldDescriptor(String name) |
| Constructor and Description |
|---|
JaxxFileClassDescriptor(JAXXCompiler compiler,
String className,
String packageName,
Set<String> interfaces,
ClassLoader classLoader,
MethodDescriptor[] constructors,
MethodDescriptor[] publicMethods,
FieldDescriptor[] publicFields) |
Copyright © 2008–2019 Ultreia.io. All rights reserved.