| Package | Description |
|---|---|
| com.whitestein.lsps.lang.ast |
| Modifier and Type | Method and Description |
|---|---|
ParameterAst |
TaskParametersAst.getParameter(int index) |
ParameterAst |
ConstraintAst.getParameter(int index) |
ParameterAst |
TaskParametersAst.getParameter(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<ParameterAst> |
TaskParametersAst.getParameters()
Returns the unmodifiable list of parameters.
|
List<ParameterAst> |
ConstraintAst.getParameters()
Returns the unmodifiable list of parameters.
|
| Constructor and Description |
|---|
ConstraintAst(ASTNode node,
QIDAst constraintTypeAst,
List<ParameterAst> parameters,
TypeMapping freeTypeMapping,
ConstraintTypeInfo constraintTypeInfo)
Creates a constraint instance.
|
TaskParametersAst(ASTNode node,
List<ParameterAst> parameters)
Creates a constraint instance.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.