Uses of Class
org.eclipse.epsilon.eol.dom.StatementBlock
Packages that use StatementBlock
Package
Description
-
Uses of StatementBlock in org.eclipse.epsilon.egl
Methods in org.eclipse.epsilon.egl that return StatementBlock -
Uses of StatementBlock in org.eclipse.epsilon.eml.dom
Fields in org.eclipse.epsilon.eml.dom declared as StatementBlock -
Uses of StatementBlock in org.eclipse.epsilon.eol
Fields in org.eclipse.epsilon.eol declared as StatementBlockMethods in org.eclipse.epsilon.eol that return StatementBlockMethods in org.eclipse.epsilon.eol with parameters of type StatementBlock -
Uses of StatementBlock in org.eclipse.epsilon.eol.dom
Fields in org.eclipse.epsilon.eol.dom declared as StatementBlockModifier and TypeFieldDescriptionprotected StatementBlockCase.bodyprotected StatementBlockOperation.bodyprotected StatementBlockTransactionStatement.bodyprotected StatementBlockForStatement.bodyStatementBlockprotected StatementBlockWhileStatement.bodyStatementBlockprotected StatementBlockIfStatement.elseStatementBlockprotected StatementBlockIfStatement.thenStatementBlockMethods in org.eclipse.epsilon.eol.dom that return StatementBlockModifier and TypeMethodDescriptionCase.getBody()Operation.getBody()TransactionStatement.getBody()ForStatement.getBodyStatementBlock()WhileStatement.getBodyStatementBlock()IfStatement.getElseStatementBlock()IfStatement.getThenStatementBlock()protected StatementBlockStatement.toStatementBlock(ModuleElement element) Methods in org.eclipse.epsilon.eol.dom with parameters of type StatementBlockModifier and TypeMethodDescriptionvoidCase.setBody(StatementBlock body) voidOperation.setBody(StatementBlock body) voidTransactionStatement.setBody(StatementBlock body) voidForStatement.setBodyStatementBlock(StatementBlock bodyStatementBlock) voidWhileStatement.setBodyStatementBlock(StatementBlock bodyStatementBlock) voidIfStatement.setElseStatementBlock(StatementBlock elseStatementBlock) voidIfStatement.setThenStatementBlock(StatementBlock thenStatementBlock) voidIEolVisitor.visit(StatementBlock statementBlock) Constructors in org.eclipse.epsilon.eol.dom with parameters of type StatementBlockModifierConstructorDescriptionForStatement(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.eol.parse
Methods in org.eclipse.epsilon.eol.parse with parameters of type StatementBlock -
Uses of StatementBlock in org.eclipse.epsilon.erl.dom
Fields in org.eclipse.epsilon.erl.dom declared as StatementBlockMethods in org.eclipse.epsilon.erl.dom that return StatementBlockMethods in org.eclipse.epsilon.erl.dom with parameters of type StatementBlock