| Package | Description |
|---|---|
| net.jangaroo.jooc.model |
| Modifier and Type | Method and Description |
|---|---|
MethodType |
MethodModel.getMethodType() |
static MethodType |
MethodType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodType[] |
MethodType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MethodModel |
ClassModel.getMethod(boolean isStatic,
MethodType methodType,
String name) |
MethodModel |
PropertyModel.getMethod(MethodType methodType) |
MethodModel |
ClassModel.getMethod(MethodType methodType,
String name) |
MethodModel |
ClassModel.getStaticMethod(MethodType methodType,
String name) |
MethodModel |
CompilationUnitModelRegistry.resolveMethod(ClassModel classModel,
MethodType methodType,
String methodName) |
void |
MethodModel.setMethodType(MethodType methodType) |
| Constructor and Description |
|---|
MethodModel(MethodType methodType,
String name,
String type) |
Copyright © 2002–2018 CoreMedia AG. All rights reserved.