Public Member Functions

de.fraunhofer.isst.axbench.axlang.elements.statements.WhileStatement Class Reference

List of all members.

Public Member Functions

Block getBlock ()
 getter method for the while-block
Expression getExpression ()
 getter method for the expression
void setBlock (Block newBlock) throws AXLException
 setter method for the while-block
void setExpression (Expression newExpression) throws AXLException
 setter method for the expression
 WhileStatement ()
 constructor

Detailed Description

Author:
mgrosse
mshu
Version:
0.9.0
Since:
0.7.2

Constructor & Destructor Documentation

de.fraunhofer.isst.axbench.axlang.elements.statements.WhileStatement.WhileStatement (  ) 

constructor


Member Function Documentation

Block de.fraunhofer.isst.axbench.axlang.elements.statements.WhileStatement.getBlock (  ) 

getter method for the while-block

Returns:
the while-block
Expression de.fraunhofer.isst.axbench.axlang.elements.statements.WhileStatement.getExpression (  ) 

getter method for the expression

Returns:
the expression
void de.fraunhofer.isst.axbench.axlang.elements.statements.WhileStatement.setBlock ( Block  newBlock  )  throws AXLException

setter method for the while-block

Parameters:
newBlock the new while-block
Exceptions:
AXLException if the new while-block cannot be added as a child
void de.fraunhofer.isst.axbench.axlang.elements.statements.WhileStatement.setExpression ( Expression  newExpression  )  throws AXLException

setter method for the expression

Parameters:
newExpression the new expression
Exceptions:
AXLException if the new expression cannot be added as a child