| 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 |
BooleanVal
A representation of the model object 'Boolean Val'.
|
interface |
Declaration
A representation of the model object 'Declaration'.
|
interface |
DoubleVal
A representation of the model object 'Double Val'.
|
interface |
Expression
A representation of the model object 'Expression'.
|
interface |
LinkableStatement
A representation of the model object 'Linkable Statement'.
|
interface |
Prefix
A representation of the model object 'Prefix'.
|
interface |
Scalar
A representation of the model object 'Scalar'.
|
interface |
StringVal
A representation of the model object 'String Val'.
|
interface |
TupleVal
A representation of the model object 'Tuple Val'.
|
interface |
VAR
A representation of the model object 'VAR'.
|
| 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 |
BooleanValImpl
An implementation of the model object 'Boolean Val'.
|
class |
DeclarationImpl
An implementation of the model object 'Declaration'.
|
class |
DoubleValImpl
An implementation of the model object 'Double Val'.
|
class |
ExpressionImpl
An implementation of the model object 'Expression'.
|
class |
LinkableStatementImpl
An implementation of the model object 'Linkable Statement'.
|
class |
PrefixImpl
An implementation of the model object 'Prefix'.
|
class |
ScalarImpl
An implementation of the model object 'Scalar'.
|
class |
StatementImpl
An implementation of the model object 'Statement'.
|
class |
StringValImpl
An implementation of the model object 'String Val'.
|
class |
TupleValImpl
An implementation of the model object 'Tuple Val'.
|
class |
VARImpl
An implementation of the model object 'VAR'.
|
| 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.