#include <system.hh>
Inheritance diagram for UTAP::ContextVisitor:
Public Member Functions | |
ContextVisitor (ErrorHandler *) | |
virtual bool | visitTemplateBefore (template_t &) |
virtual void | visitTemplateAfter (template_t &) |
Protected Member Functions | |
void | setContextNone () |
void | setContextDeclaration () |
void | setContextParameters () |
void | setContextInvariant (state_t &) |
void | setContextGuard (transition_t &) |
void | setContextSync (transition_t &) |
void | setContextAssignment (transition_t &) |
void | setContextInstantiation () |
void | handleError (expression_t, const char *) |
void | handleWarning (expression_t, const char *) |
It can use this information when reporting errors and warnings to an ErrorHandler.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from UTAP::SystemVisitor. |
|
Reimplemented from UTAP::SystemVisitor. |