| Package | Description |
|---|---|
| org.protelis.parser.protelis | |
| org.protelis.parser.protelis.impl | |
| org.protelis.parser.protelis.util | |
| org.protelis.parser.serializer |
| Modifier and Type | Method and Description |
|---|---|
VarList |
ProtelisFactory.createVarList()
Returns a new object of class 'Var List'.
|
VarList |
FunctionDef.getArgs()
Returns the value of the 'Args' containment reference.
|
VarList |
Expression.getLambdaArgs()
Returns the value of the 'Lambda Args' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionDef.setArgs(VarList value)
Sets the value of the '
Args' containment reference. |
void |
Expression.setLambdaArgs(VarList value)
Sets the value of the '
Lambda Args' containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
VarListImpl
An implementation of the model object 'Var List'.
|
| Modifier and Type | Field and Description |
|---|---|
protected VarList |
FunctionDefImpl.args
The cached value of the '
Args' containment reference. |
protected VarList |
ExpressionImpl.lambdaArgs
The cached value of the '
Lambda Args' containment reference. |
| Modifier and Type | Method and Description |
|---|---|
VarList |
ProtelisFactoryImpl.createVarList() |
VarList |
FunctionDefImpl.getArgs() |
VarList |
ExpressionImpl.getLambdaArgs() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
FunctionDefImpl.basicSetArgs(VarList newArgs,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ExpressionImpl.basicSetLambdaArgs(VarList newLambdaArgs,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
FunctionDefImpl.setArgs(VarList newArgs) |
void |
ExpressionImpl.setLambdaArgs(VarList newLambdaArgs) |
| Modifier and Type | Method and Description |
|---|---|
T |
ProtelisSwitch.caseVarList(VarList object)
Returns the result of interpreting the object as an instance of 'Var List'.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProtelisSemanticSequencer.sequence_VarList(org.eclipse.emf.ecore.EObject context,
VarList semanticObject)
Constraint:
(args+=VAR args+=VAR*)
|
Copyright © 2015. All rights reserved.