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