libutap
0.93
Uppaal Timed Automata Parser
|
#include <statement.h>
Protected Member Functions | |
void | visitExpression (expression_t) override |
![]() | |
virtual int32_t | visitStatement (Statement *stat) |
Protected Attributes | |
std::set< symbol_t > & | changes |
Definition at line 283 of file statement.h.
CollectChangesVisitor::CollectChangesVisitor | ( | std::set< symbol_t > & | changes | ) |
Definition at line 608 of file statement.cpp.
|
overrideprotectedvirtual |
Implements UTAP::ExpressionVisitor.
Definition at line 614 of file statement.cpp.
References changes, and UTAP::expression_t::collectPossibleWrites().
|
protected |
Definition at line 287 of file statement.h.
Referenced by visitExpression().