| Package | Description |
|---|---|
| net.jangaroo.jooc | |
| net.jangaroo.jooc.ast | |
| net.jangaroo.jooc.backend | |
| net.jangaroo.jooc.model | |
| net.jangaroo.jooc.types |
| Modifier and Type | Method and Description |
|---|---|
FunctionSignature |
Scope.getFunctionSignature(MethodType methodType,
Parameters params,
ExpressionType returnType) |
FunctionSignature |
AbstractScope.getFunctionSignature(MethodType methodType,
Parameters params,
ExpressionType returnType) |
| Modifier and Type | Method and Description |
|---|---|
MethodType |
FunctionDeclaration.getMethodType() |
| Modifier and Type | Method and Description |
|---|---|
protected TypedIdeDeclaration |
CodeGeneratorBase.findMemberWithBindableAnnotation(Ide qIde,
MethodType methodType,
TypeDeclaration typeDeclaration) |
protected static String |
CodeGeneratorBase.getBindablePropertyName(MethodType methodType,
TypedIdeDeclaration member) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
MethodType |
FunctionSignature.getMethodType() |
| Constructor and Description |
|---|
FunctionSignature(TypeDeclaration functionType,
MethodType methodType,
int minArgumentCount,
boolean hasRest,
List<ExpressionType> parameterTypes,
ExpressionType returnType) |
Copyright © 2002–2021 CoreMedia AG. All rights reserved.