| 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 |
|---|---|
ExprList |
ProtelisFactory.createExprList()
Returns a new object of class 'Expr List'.
|
ExprList |
Expression.getArgs()
Returns the value of the 'Args' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Expression.setArgs(ExprList value)
Sets the value of the '
Args' containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
ExprListImpl
An implementation of the model object 'Expr List'.
|
| Modifier and Type | Field and Description |
|---|---|
protected ExprList |
ExpressionImpl.args
The cached value of the '
Args' containment reference. |
| Modifier and Type | Method and Description |
|---|---|
ExprList |
ProtelisFactoryImpl.createExprList() |
ExprList |
ExpressionImpl.getArgs() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
ExpressionImpl.basicSetArgs(ExprList newArgs,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ExpressionImpl.setArgs(ExprList newArgs) |
| Modifier and Type | Method and Description |
|---|---|
T |
ProtelisSwitch.caseExprList(ExprList object)
Returns the result of interpreting the object as an instance of 'Expr List'.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProtelisSemanticSequencer.sequence_ExprList(org.eclipse.emf.ecore.EObject context,
ExprList semanticObject)
Constraint:
(args+=Expression args+=Expression*)
|
Copyright © 2015. All rights reserved.