libutap  0.93
Uppaal Timed Automata Parser
UTAP::Statement Class Referenceabstract

#include <statement.h>

Inheritance diagram for UTAP::Statement:

Public Member Functions

virtual ~Statement ()
 
virtual int32_t accept (StatementVisitor *visitor)=0
 
virtual bool returns ()=0
 
virtual std::string toString (const std::string &prefix) const =0
 

Protected Member Functions

 Statement ()
 

Detailed Description

Definition at line 35 of file statement.h.

Constructor & Destructor Documentation

◆ ~Statement()

virtual UTAP::Statement::~Statement ( )
inlinevirtual

Definition at line 38 of file statement.h.

References accept(), returns(), Statement(), and toString().

Here is the call graph for this function:

◆ Statement()

Statement::Statement ( )
protected

Definition at line 29 of file statement.cpp.

Referenced by ~Statement().

Here is the caller graph for this function:

Member Function Documentation

◆ accept()

virtual int32_t UTAP::Statement::accept ( StatementVisitor visitor)
pure virtual

◆ returns()

◆ toString()


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