libutap
Public Member Functions | List of all members
UTAP::DefaultStatement Class Reference

#include <statement.h>

Inheritance diagram for UTAP::DefaultStatement:
UTAP::BlockStatement UTAP::Statement UTAP::declarations_t

Public Member Functions

 DefaultStatement (frame_t)
 
virtual int32_t accept (StatementVisitor *visitor)
 
virtual bool returns ()
 
- Public Member Functions inherited from UTAP::BlockStatement
 BlockStatement (frame_t)
 
virtual ~BlockStatement ()
 
frame_t getFrame ()
 
void push_stat (Statement *stat)
 
Statementpop_stat ()
 
Statementback ()
 
const_iterator begin () const
 
const_iterator end () const
 
iterator begin ()
 
iterator end ()
 
std::string toString (std::string prefix) const
 
- Public Member Functions inherited from UTAP::Statement
virtual ~Statement ()
 
- Public Member Functions inherited from UTAP::declarations_t
bool addFunction (type_t type, std::string, function_t *&)
 Add function declaration. More...
 
std::string toString (bool global=false) const
 The following methods are used to write the declarations in an XML file. More...
 
std::string getConstants () const
 
std::string getTypeDefinitions () const
 
std::string getVariables (bool global) const
 
std::string getFunctions () const
 

Additional Inherited Members

- Public Types inherited from UTAP::BlockStatement
typedef std::vector< Statement * >
::const_iterator 
const_iterator
 
typedef std::vector< Statement * >
::iterator 
iterator
 
- Public Attributes inherited from UTAP::declarations_t
frame_t frame
 
std::list< variable_tvariables
 Variables. More...
 
std::list< function_tfunctions
 Functions. More...
 
std::list< progress_tprogress
 Progress measures. More...
 
std::list< iodecl_tiodecl
 
std::list< gantt_tganttChart
 
- Protected Member Functions inherited from UTAP::Statement
 Statement ()
 
- Protected Attributes inherited from UTAP::BlockStatement
std::vector< Statement * > stats
 
frame_t frame
 

Constructor & Destructor Documentation

DefaultStatement::DefaultStatement ( frame_t  frame)

Member Function Documentation

int32_t DefaultStatement::accept ( StatementVisitor visitor)
virtual
bool DefaultStatement::returns ( )
virtual

Reimplemented from UTAP::BlockStatement.


The documentation for this class was generated from the following files: