libutap  0.93
Uppaal Timed Automata Parser
UTAP::DoWhileStatement Class Reference

#include <statement.h>

Inheritance diagram for UTAP::DoWhileStatement:
Collaboration diagram for UTAP::DoWhileStatement:

Public Member Functions

 DoWhileStatement (Statement *, expression_t)
 
int32_t accept (StatementVisitor *visitor) override
 
bool returns () override
 
std::string toString (const std::string &prefix) const override
 
- Public Member Functions inherited from UTAP::Statement
virtual ~Statement ()
 

Public Attributes

Statementstat
 
expression_t cond
 

Additional Inherited Members

- Protected Member Functions inherited from UTAP::Statement
 Statement ()
 

Detailed Description

Definition at line 116 of file statement.h.

Constructor & Destructor Documentation

◆ DoWhileStatement()

DoWhileStatement::DoWhileStatement ( Statement _stat,
expression_t  cond 
)

Definition at line 171 of file statement.cpp.

Member Function Documentation

◆ accept()

int32_t DoWhileStatement::accept ( StatementVisitor visitor)
overridevirtual

Implements UTAP::Statement.

Definition at line 178 of file statement.cpp.

References UTAP::StatementVisitor::visitDoWhileStatement().

Here is the call graph for this function:

◆ returns()

bool DoWhileStatement::returns ( )
overridevirtual

Implements UTAP::Statement.

Definition at line 183 of file statement.cpp.

References UTAP::Statement::returns(), and stat.

Here is the call graph for this function:

◆ toString()

string DoWhileStatement::toString ( const std::string &  prefix) const
overridevirtual

Implements UTAP::Statement.

Definition at line 188 of file statement.cpp.

References INDENT, stat, and UTAP::Statement::toString().

Here is the call graph for this function:

Member Data Documentation

◆ cond

◆ stat


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