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

#include <statement.h>

Inheritance diagram for UTAP::EmptyStatement:
Collaboration diagram for UTAP::EmptyStatement:

Public Member Functions

 EmptyStatement ()
 
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 ()
 

Additional Inherited Members

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

Detailed Description

Definition at line 46 of file statement.h.

Constructor & Destructor Documentation

◆ EmptyStatement()

EmptyStatement::EmptyStatement ( )

Definition at line 35 of file statement.cpp.

Member Function Documentation

◆ accept()

int32_t EmptyStatement::accept ( StatementVisitor visitor)
overridevirtual

Implements UTAP::Statement.

Definition at line 40 of file statement.cpp.

References UTAP::StatementVisitor::visitEmptyStatement().

Here is the call graph for this function:

◆ returns()

bool EmptyStatement::returns ( )
overridevirtual

Implements UTAP::Statement.

Definition at line 45 of file statement.cpp.

◆ toString()

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

Implements UTAP::Statement.

Definition at line 50 of file statement.cpp.


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