| Package | Description |
|---|---|
| org.nuiton.jaxx.compiler.binding | |
| org.nuiton.jaxx.compiler.binding.writers | |
| org.nuiton.jaxx.compiler.finalizers | |
| org.nuiton.jaxx.compiler.java |
| Modifier and Type | Field and Description |
|---|---|
protected List<JavaMethod> |
DataBinding.methods
Extra method to add to the binding
|
protected List<JavaMethod> |
DataSource.methods |
| Modifier and Type | Method and Description |
|---|---|
List<JavaMethod> |
DataBinding.getMethods() |
| Constructor and Description |
|---|
DataSource(String id,
String constantId,
String source,
JAXXCompiler compiler,
List<JavaMethod> methods)
Creates a new data source.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractJAXXBindingWriter.writeInvocationMethod(DataBinding binding,
DataListener[] trackers,
JavaFileGenerator generator,
StringBuilder buffer,
List<JavaMethod> bMethods) |
| Modifier and Type | Method and Description |
|---|---|
JavaMethod |
DefaultFinalizer.addInitializerMethod(JAXXCompiler compiler,
JavaFile javaFile) |
protected JavaMethod |
DefaultFinalizer.createApplyDataBindingMethod() |
protected JavaMethod |
DefaultFinalizer.createProcessDataBindingMethod() |
protected JavaMethod |
DefaultFinalizer.createRemoveDataBindingMethod() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractFinalizer.addMethod(JavaFile file,
JavaMethod method,
String... types)
Clones the given
field and adds it to the file as a
simple field using the method JavaFile.addSimpleField(JavaField). |
| Modifier and Type | Method and Description |
|---|---|
JavaMethod |
JavaFile.addAbstractGetterMethod(String id,
int modifiers,
String type,
boolean override) |
JavaMethod |
JavaFile.addGetterMethod(String id,
int modifiers,
String type,
boolean override,
boolean useOverride) |
JavaMethod |
JavaFile.addOverrideGetterMethod(String id,
int modifiers,
String type,
boolean override) |
static JavaMethod |
JavaElementFactory.cloneMethod(JavaMethod method) |
static JavaMethod |
JavaElementFactory.newMethod(int modifiers,
String returnType,
String name,
String body,
boolean override,
JavaArgument... arguments) |
static JavaMethod |
JavaElementFactory.newMethod(int modifiers,
String returnType,
String name,
String body,
boolean override,
String[] exceptions,
JavaArgument... arguments) |
| Modifier and Type | Method and Description |
|---|---|
List<JavaMethod> |
JavaFile.getMethods() |
static EnumMap<JavaMethod.MethodOrder,List<JavaMethod>> |
JavaMethod.getSortedMethods(List<JavaMethod> methods) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JavaMethod.MethodOrder.accept(int mod,
JavaMethod method) |
boolean |
JavaMethod.MethodOrder.accept(JavaMethod method) |
void |
JavaFile.addMethod(JavaMethod method) |
static JavaMethod |
JavaElementFactory.cloneMethod(JavaMethod method) |
int |
JavaMethod.compareTo(JavaMethod o) |
String |
JavaFileGenerator.generateMethod(JavaMethod m) |
static JavaMethod.MethodOrder |
JavaMethod.MethodOrder.valueOf(JavaMethod method,
int scope) |
| Modifier and Type | Method and Description |
|---|---|
static EnumMap<JavaMethod.MethodOrder,List<JavaMethod>> |
JavaMethod.getSortedMethods(List<JavaMethod> methods) |
Copyright © 2008–2018 Ultreia.io. All rights reserved.