Uses of Class
org.nuiton.jaxx.compiler.java.JavaMethod
-
Packages that use JavaMethod Package Description org.nuiton.jaxx.compiler.binding org.nuiton.jaxx.compiler.binding.writers org.nuiton.jaxx.compiler.finalizers org.nuiton.jaxx.compiler.java -
-
Uses of JavaMethod in org.nuiton.jaxx.compiler.binding
Fields in org.nuiton.jaxx.compiler.binding with type parameters of type JavaMethod Modifier and Type Field Description protected List<JavaMethod>DataBinding. methodsExtra method to add to the bindingprotected List<JavaMethod>DataSource. methodsMethods in org.nuiton.jaxx.compiler.binding that return types with arguments of type JavaMethod Modifier and Type Method Description List<JavaMethod>DataBinding. getMethods()Constructor parameters in org.nuiton.jaxx.compiler.binding with type arguments of type JavaMethod Constructor Description DataSource(String id, String constantId, String source, JAXXCompiler compiler, List<JavaMethod> methods)Creates a new data source. -
Uses of JavaMethod in org.nuiton.jaxx.compiler.binding.writers
Method parameters in org.nuiton.jaxx.compiler.binding.writers with type arguments of type JavaMethod Modifier and Type Method Description protected voidAbstractJAXXBindingWriter. writeInvocationMethod(DataBinding binding, DataListener[] trackers, JavaFileGenerator generator, StringBuilder buffer, List<JavaMethod> bMethods) -
Uses of JavaMethod in org.nuiton.jaxx.compiler.finalizers
Methods in org.nuiton.jaxx.compiler.finalizers that return JavaMethod Modifier and Type Method Description protected JavaMethodDefaultFinalizer. createApplyDataBindingMethod()protected JavaMethodDefaultFinalizer. createProcessDataBindingMethod()protected JavaMethodDefaultFinalizer. createRemoveDataBindingMethod()Methods in org.nuiton.jaxx.compiler.finalizers with parameters of type JavaMethod Modifier and Type Method Description protected voidAbstractFinalizer. addMethod(JavaFile file, JavaMethod method, String... types)Clones the givenfieldand adds it to thefileas a simple field using the methodJavaFile.addSimpleField(JavaField). -
Uses of JavaMethod in org.nuiton.jaxx.compiler.java
Methods in org.nuiton.jaxx.compiler.java that return JavaMethod Modifier and Type Method Description JavaMethodJavaFile. addAbstractGetterMethod(String id, int modifiers, String type, boolean override)JavaMethodJavaFile. addGetterMethod(String id, int modifiers, String type, boolean override, boolean useOverride)JavaMethodJavaFile. addOverrideGetterMethod(String id, int modifiers, String type, boolean override)static JavaMethodJavaElementFactory. cloneMethod(JavaMethod method)static JavaMethodJavaElementFactory. newMethod(int modifiers, String returnType, String name, String body, boolean override, String[] exceptions, JavaArgument... arguments)static JavaMethodJavaElementFactory. newMethod(int modifiers, String returnType, String name, String body, boolean override, JavaArgument... arguments)Methods in org.nuiton.jaxx.compiler.java that return types with arguments of type JavaMethod Modifier and Type Method Description List<JavaMethod>JavaFile. getMethods()static EnumMap<JavaMethod.MethodOrder,List<JavaMethod>>JavaMethod. getSortedMethods(List<JavaMethod> methods)Methods in org.nuiton.jaxx.compiler.java with parameters of type JavaMethod Modifier and Type Method Description booleanJavaMethod.MethodOrder. accept(int mod, JavaMethod method)booleanJavaMethod.MethodOrder. accept(JavaMethod method)voidJavaFile. addMethod(JavaMethod method)static JavaMethodJavaElementFactory. cloneMethod(JavaMethod method)intJavaMethod. compareTo(JavaMethod o)StringJavaFileGenerator. generateMethod(JavaMethod m)static JavaMethod.MethodOrderJavaMethod.MethodOrder. valueOf(JavaMethod method, int scope)Method parameters in org.nuiton.jaxx.compiler.java with type arguments of type JavaMethod Modifier and Type Method Description static EnumMap<JavaMethod.MethodOrder,List<JavaMethod>>JavaMethod. getSortedMethods(List<JavaMethod> methods)
-