Uses of Class
org.eclipse.epsilon.eol.dom.StatementBlock
-
Packages that use StatementBlock Package Description org.eclipse.epsilon.egl org.eclipse.epsilon.eml.dom org.eclipse.epsilon.eol org.eclipse.epsilon.eol.dom org.eclipse.epsilon.erl.dom -
-
Uses of StatementBlock in org.eclipse.epsilon.egl
Methods in org.eclipse.epsilon.egl that return StatementBlock Modifier and Type Method Description StatementBlock
EglTemplateFactoryModuleAdapter. getMain()
-
Uses of StatementBlock in org.eclipse.epsilon.eml.dom
Fields in org.eclipse.epsilon.eml.dom declared as StatementBlock Modifier and Type Field Description protected StatementBlock
MergeRule. bodyBlock
-
Uses of StatementBlock in org.eclipse.epsilon.eol
Fields in org.eclipse.epsilon.eol declared as StatementBlock Modifier and Type Field Description protected StatementBlock
EolModule. main
Methods in org.eclipse.epsilon.eol that return StatementBlock Modifier and Type Method Description StatementBlock
EolModule. getMain()
StatementBlock
IEolModule. getMain()
Methods in org.eclipse.epsilon.eol with parameters of type StatementBlock Modifier and Type Method Description void
EolModule. setMain(StatementBlock main)
-
Uses of StatementBlock in org.eclipse.epsilon.eol.dom
Fields in org.eclipse.epsilon.eol.dom declared as StatementBlock Modifier and Type Field Description protected StatementBlock
Case. body
protected StatementBlock
Operation. body
protected StatementBlock
TransactionStatement. body
protected StatementBlock
ForStatement. bodyStatementBlock
protected StatementBlock
WhileStatement. bodyStatementBlock
protected StatementBlock
IfStatement. elseStatementBlock
protected StatementBlock
IfStatement. thenStatementBlock
Methods in org.eclipse.epsilon.eol.dom that return StatementBlock Modifier and Type Method Description StatementBlock
Case. getBody()
StatementBlock
Operation. getBody()
StatementBlock
TransactionStatement. getBody()
StatementBlock
ForStatement. getBodyStatementBlock()
StatementBlock
WhileStatement. getBodyStatementBlock()
StatementBlock
IfStatement. getElseStatementBlock()
StatementBlock
IfStatement. getThenStatementBlock()
protected StatementBlock
Statement. toStatementBlock(ModuleElement element)
Methods in org.eclipse.epsilon.eol.dom with parameters of type StatementBlock Modifier and Type Method Description void
Case. setBody(StatementBlock body)
void
Operation. setBody(StatementBlock body)
void
TransactionStatement. setBody(StatementBlock body)
void
ForStatement. setBodyStatementBlock(StatementBlock bodyStatementBlock)
void
WhileStatement. setBodyStatementBlock(StatementBlock bodyStatementBlock)
void
IfStatement. setElseStatementBlock(StatementBlock elseStatementBlock)
void
IfStatement. setThenStatementBlock(StatementBlock thenStatementBlock)
Constructors in org.eclipse.epsilon.eol.dom with parameters of type StatementBlock Constructor Description ForStatement(Parameter iteratorParameter, Expression iteratedExpression, StatementBlock bodyStatementBlock)
IfStatement(Expression conditionExpression, StatementBlock thenStatementBlock, StatementBlock elseStatementBlock)
WhileStatement(Expression conditionExpression, StatementBlock bodyStatementBlock)
-
Uses of StatementBlock in org.eclipse.epsilon.erl.dom
Fields in org.eclipse.epsilon.erl.dom declared as StatementBlock Modifier and Type Field Description protected StatementBlock
NamedStatementBlockRule. body
Methods in org.eclipse.epsilon.erl.dom that return StatementBlock Modifier and Type Method Description StatementBlock
NamedStatementBlockRule. getBody()
Methods in org.eclipse.epsilon.erl.dom with parameters of type StatementBlock Modifier and Type Method Description void
NamedStatementBlockRule. setBody(StatementBlock body)
-