| Package | Description |
|---|---|
| org.nuiton.jaxx.compiler.java |
| Modifier and Type | Method and Description |
|---|---|
static JavaMethod.MethodOrder |
JavaMethod.MethodOrder.valueOf(JavaMethod method,
int scope) |
static JavaMethod.MethodOrder |
JavaMethod.MethodOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaMethod.MethodOrder[] |
JavaMethod.MethodOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<JavaMethod.MethodOrder> |
JavaMethod.getMethodOrderScope(EnumSet<JavaMethod.MethodOrder> allConstants,
int scope) |
static EnumMap<JavaMethod.MethodOrder,List<JavaMethod>> |
JavaMethod.getSortedMethods(List<JavaMethod> methods) |
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<JavaMethod.MethodOrder> |
JavaMethod.getMethodOrderScope(EnumSet<JavaMethod.MethodOrder> allConstants,
int scope) |
Copyright © 2008–2019 Ultreia.io. All rights reserved.