| Package | Description |
|---|---|
| org.protelis.parser.protelis | |
| org.protelis.parser.protelis.impl | |
| org.protelis.parser.protelis.util |
| Modifier and Type | Interface and Description |
|---|---|
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 |
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 |
|---|---|
LinkableStatement |
ProtelisFactory.createLinkableStatement()
Returns a new object of class 'Linkable Statement'.
|
LinkableStatement |
Assignment.getRefVar()
Returns the value of the 'Ref Var' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Assignment.setRefVar(LinkableStatement value)
Sets the value of the '
Ref Var' reference. |
| Modifier and Type | Class and Description |
|---|---|
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 |
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 LinkableStatement |
AssignmentImpl.refVar
The cached value of the '
Ref Var' reference. |
| Modifier and Type | Method and Description |
|---|---|
LinkableStatement |
AssignmentImpl.basicGetRefVar() |
LinkableStatement |
ProtelisFactoryImpl.createLinkableStatement() |
LinkableStatement |
AssignmentImpl.getRefVar() |
| Modifier and Type | Method and Description |
|---|---|
void |
AssignmentImpl.setRefVar(LinkableStatement newRefVar) |
| Modifier and Type | Method and Description |
|---|---|
T |
ProtelisSwitch.caseLinkableStatement(LinkableStatement object)
Returns the result of interpreting the object as an instance of 'Linkable Statement'.
|
Copyright © 2015. All rights reserved.