Uses of Class
org.nuiton.jaxx.compiler.java.JavaMethod.MethodOrder
-
Packages that use JavaMethod.MethodOrder Package Description org.nuiton.jaxx.compiler.java -
-
Uses of JavaMethod.MethodOrder in org.nuiton.jaxx.compiler.java
Methods in org.nuiton.jaxx.compiler.java that return JavaMethod.MethodOrder Modifier and Type Method Description static JavaMethod.MethodOrderJavaMethod.MethodOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static JavaMethod.MethodOrderJavaMethod.MethodOrder. valueOf(JavaMethod method, int scope)static JavaMethod.MethodOrder[]JavaMethod.MethodOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nuiton.jaxx.compiler.java that return types with arguments of type JavaMethod.MethodOrder Modifier and Type Method Description static EnumSet<JavaMethod.MethodOrder>JavaMethod. getMethodOrderScope(EnumSet<JavaMethod.MethodOrder> allConstants, int scope)static EnumMap<JavaMethod.MethodOrder,List<JavaMethod>>JavaMethod. getSortedMethods(List<JavaMethod> methods)Method parameters in org.nuiton.jaxx.compiler.java with type arguments of type JavaMethod.MethodOrder Modifier and Type Method Description static EnumSet<JavaMethod.MethodOrder>JavaMethod. getMethodOrderScope(EnumSet<JavaMethod.MethodOrder> allConstants, int scope)
-