#include <statement.h>
Inheritance diagram for UTAP::EmptyStatement:
Public Member Functions | |
EmptyStatement () | |
virtual int32_t | accept (StatementVisitor *visitor) |
virtual bool | returns () |
EmptyStatement::EmptyStatement | ( | ) |
int32_t EmptyStatement::accept | ( | StatementVisitor * | visitor | ) | [virtual] |
Implements UTAP::Statement.
bool EmptyStatement::returns | ( | ) | [virtual] |
Implements UTAP::Statement.