| 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 |
Lambda.getBody()
Returns the value of the 'Body' containment reference.
|
Block |
FunctionDef.getBody()
Returns the value of the 'Body' containment reference.
|
Block |
Rep.getBody()
Returns the value of the 'Body' containment reference.
|
Block |
Mux.getElse()
Returns the value of the 'Else' containment reference.
|
Block |
If.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 |
Mux.getThen()
Returns the value of the 'Then' containment reference.
|
Block |
If.getThen()
Returns the value of the 'Then' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Lambda.setBody(Block value)
Sets the value of the '
Body' containment reference. |
void |
FunctionDef.setBody(Block value)
Sets the value of the '
Body' containment reference. |
void |
Rep.setBody(Block value)
Sets the value of the '
Body' containment reference. |
void |
Mux.setElse(Block value)
Sets the value of the '
Else' containment reference. |
void |
If.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 |
Mux.setThen(Block value)
Sets the value of the '
Then' containment reference. |
void |
If.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 |
LambdaImpl.body
The cached value of the '
Body' containment reference. |
protected Block |
RepImpl.body
The cached value of the '
Body' containment reference. |
protected Block |
IfImpl.else_
The cached value of the '
Else' containment reference. |
protected Block |
MuxImpl.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 |
IfImpl.then
The cached value of the '
Then' containment reference. |
protected Block |
MuxImpl.then
The cached value of the '
Then' containment reference. |
| Modifier and Type | Method and Description |
|---|---|
Block |
ProtelisFactoryImpl.createBlock() |
Block |
FunctionDefImpl.getBody() |
Block |
LambdaImpl.getBody() |
Block |
RepImpl.getBody() |
Block |
IfImpl.getElse() |
Block |
MuxImpl.getElse() |
Block |
BlockImpl.getOthers() |
Block |
ModuleImpl.getProgram() |
Block |
IfImpl.getThen() |
Block |
MuxImpl.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 |
LambdaImpl.basicSetBody(Block newBody,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
RepImpl.basicSetBody(Block newBody,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
IfImpl.basicSetElse(Block newElse,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
MuxImpl.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 |
IfImpl.basicSetThen(Block newThen,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
MuxImpl.basicSetThen(Block newThen,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
FunctionDefImpl.setBody(Block newBody) |
void |
LambdaImpl.setBody(Block newBody) |
void |
RepImpl.setBody(Block newBody) |
void |
IfImpl.setElse(Block newElse) |
void |
MuxImpl.setElse(Block newElse) |
void |
BlockImpl.setOthers(Block newOthers) |
void |
ModuleImpl.setProgram(Block newProgram) |
void |
IfImpl.setThen(Block newThen) |
void |
MuxImpl.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.