#include <typechecker.hh>
Inheritance diagram for UTAP::PersistentVariables:
Public Member Functions | |
virtual void | visitVariable (variable_t &) |
virtual void | visitTemplateAfter (template_t &) |
const std::set< symbol_t > & | get () const |
A persistent variable is one which is stored in a state. I.e. all non-constant variables except function local variables are persistent. Non-constant template parameters and reference template parameters are also collected.
|
|
|
Reimplemented from UTAP::SystemVisitor. |
|
Reimplemented from UTAP::SystemVisitor. |