| Package | Description |
|---|---|
| net.jangaroo.jooc.backend | |
| net.jangaroo.jooc.model |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionScriptCodeGeneratingModelVisitor.visitParam(ParamModel paramModel) |
| Modifier and Type | Field and Description |
|---|---|
static List<ParamModel> |
MethodModel.NO_PARAMS |
| Modifier and Type | Method and Description |
|---|---|
ParamModel |
ParamModel.duplicate() |
| Modifier and Type | Method and Description |
|---|---|
List<ParamModel> |
MethodModel.getParams() |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodModel.addParam(ParamModel paramModel)
Add a parameter.
|
void |
ModelVisitor.visitParam(ParamModel paramModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodModel.setParams(List<ParamModel> params) |
| Constructor and Description |
|---|
MethodModel(String name,
String returnType,
ParamModel... params) |
| Constructor and Description |
|---|
MethodModel(String name,
String returnType,
List<ParamModel> params) |
Copyright © 2002–2017 CoreMedia AG. All rights reserved.