Public Member Functions

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

List of all members.

Public Member Functions

void addStatement (Statement newStatement) throws AXLException
 adds a new statement
 Block ()
 constructor
Collection< StatementgetStatements ()
 getter method for the collection of statements

Detailed Description

Author:
mshu
Version:
0.7.2
Since:
0.7.2

Constructor & Destructor Documentation

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

constructor


Member Function Documentation

void de.fraunhofer.isst.axbench.axlang.elements.statements.Block.addStatement ( Statement  newStatement  )  throws AXLException

adds a new statement

Parameters:
newStatement the new statement
Exceptions:
AXLException if the new statement cannot be added
Collection<Statement> de.fraunhofer.isst.axbench.axlang.elements.statements.Block.getStatements (  ) 

getter method for the collection of statements

Returns:
the collection of statements