|
libutap
0.93
Uppaal Timed Automata Parser
|
#include <statement.h>


Protected Member Functions | |
| void | visitExpression (expression_t) override |
Protected Member Functions inherited from UTAP::AbstractStatementVisitor | |
| virtual int32_t | visitStatement (Statement *stat) |
Protected Attributes | |
| std::set< symbol_t > & | dependencies |
Definition at line 292 of file statement.h.
| CollectDependenciesVisitor::CollectDependenciesVisitor | ( | std::set< symbol_t > & | dependencies | ) |
Definition at line 619 of file statement.cpp.
|
overrideprotectedvirtual |
Implements UTAP::ExpressionVisitor.
Definition at line 626 of file statement.cpp.
References UTAP::expression_t::collectPossibleReads(), and dependencies.

|
protected |
Definition at line 296 of file statement.h.
Referenced by visitExpression().