| Package | Description |
|---|---|
| org.protelis.parser.protelis | |
| org.protelis.parser.protelis.impl | |
| org.protelis.parser.protelis.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Assignment
A representation of the model object 'Assignment'.
|
interface |
Expression
A representation of the model object 'Expression'.
|
interface |
Prefix
A representation of the model object 'Prefix'.
|
interface |
VarDef
A representation of the model object 'Var Def'.
|
| Modifier and Type | Method and Description |
|---|---|
Statement |
ProtelisFactory.createStatement()
Returns a new object of class 'Statement'.
|
Statement |
Block.getFirst()
Returns the value of the 'First' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Block.setFirst(Statement value)
Sets the value of the '
First' containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
AssignmentImpl
An implementation of the model object 'Assignment'.
|
class |
ExpressionImpl
An implementation of the model object 'Expression'.
|
class |
PrefixImpl
An implementation of the model object 'Prefix'.
|
class |
StatementImpl
An implementation of the model object 'Statement'.
|
class |
VarDefImpl
An implementation of the model object 'Var Def'.
|
| Modifier and Type | Field and Description |
|---|---|
protected Statement |
BlockImpl.first
The cached value of the '
First' containment reference. |
| Modifier and Type | Method and Description |
|---|---|
Statement |
ProtelisFactoryImpl.createStatement() |
Statement |
BlockImpl.getFirst() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
BlockImpl.basicSetFirst(Statement newFirst,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
BlockImpl.setFirst(Statement newFirst) |
| Modifier and Type | Method and Description |
|---|---|
T |
ProtelisSwitch.caseStatement(Statement object)
Returns the result of interpreting the object as an instance of 'Statement'.
|
Copyright © 2015. All rights reserved.