| 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 |
|---|---|
Block |
ProtelisFactory.createBlock()
Returns a new object of class 'Block'.
|
Block |
FunctionDef.getBody()
Returns the value of the 'Body' containment reference.
|
Block |
Expression.getBody()
Returns the value of the 'Body' containment reference.
|
Block |
Expression.getElse()
Returns the value of the 'Else' containment reference.
|
Block |
Block.getOthers()
Returns the value of the 'Others' containment reference.
|
Block |
Module.getProgram()
Returns the value of the 'Program' containment reference.
|
Block |
Expression.getThen()
Returns the value of the 'Then' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionDef.setBody(Block value)
Sets the value of the '
Body' containment reference. |
void |
Expression.setBody(Block value)
Sets the value of the '
Body' containment reference. |
void |
Expression.setElse(Block value)
Sets the value of the '
Else' containment reference. |
void |
Block.setOthers(Block value)
Sets the value of the '
Others' containment reference. |
void |
Module.setProgram(Block value)
Sets the value of the '
Program' containment reference. |
void |
Expression.setThen(Block value)
Sets the value of the '
Then' containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockImpl
An implementation of the model object 'Block'.
|
| Modifier and Type | Field and Description |
|---|---|
protected Block |
FunctionDefImpl.body
The cached value of the '
Body' containment reference. |
protected Block |
ExpressionImpl.body
The cached value of the '
Body' containment reference. |
protected Block |
ExpressionImpl.else_
The cached value of the '
Else' containment reference. |
protected Block |
BlockImpl.others
The cached value of the '
Others' containment reference. |
protected Block |
ModuleImpl.program
The cached value of the '
Program' containment reference. |
protected Block |
ExpressionImpl.then
The cached value of the '
Then' containment reference. |
| Modifier and Type | Method and Description |
|---|---|
Block |
ProtelisFactoryImpl.createBlock() |
Block |
FunctionDefImpl.getBody() |
Block |
ExpressionImpl.getBody() |
Block |
ExpressionImpl.getElse() |
Block |
BlockImpl.getOthers() |
Block |
ModuleImpl.getProgram() |
Block |
ExpressionImpl.getThen() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
FunctionDefImpl.basicSetBody(Block newBody,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ExpressionImpl.basicSetBody(Block newBody,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ExpressionImpl.basicSetElse(Block newElse,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
BlockImpl.basicSetOthers(Block newOthers,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ModuleImpl.basicSetProgram(Block newProgram,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ExpressionImpl.basicSetThen(Block newThen,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
FunctionDefImpl.setBody(Block newBody) |
void |
ExpressionImpl.setBody(Block newBody) |
void |
ExpressionImpl.setElse(Block newElse) |
void |
BlockImpl.setOthers(Block newOthers) |
void |
ModuleImpl.setProgram(Block newProgram) |
void |
ExpressionImpl.setThen(Block newThen) |
| Modifier and Type | Method and Description |
|---|---|
T |
ProtelisSwitch.caseBlock(Block object)
Returns the result of interpreting the object as an instance of 'Block'.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProtelisSemanticSequencer.sequence_Block(org.eclipse.emf.ecore.EObject context,
Block semanticObject)
Constraint:
(first=Statement others=Block?)
|
Copyright © 2015. All rights reserved.