#include <testers.h>
Inheritance diagram for TypeTester:
Public Member Functions | |
TypeTester (Node *itype) | |
~TypeTester () | |
virtual bool | test (const Node *node, const NameSpace &nameSpace) const |
virtual Tester * | copy () const |
virtual Tester * | substitute (const Node::Assignment &assign) |
Private Attributes | |
Node * | type |
Definition at line 32 of file testers.h.
|
Definition at line 35 of file testers.h. References type. Referenced by copy(). |
|
Definition at line 36 of file testers.h. References type. |
|
Implements Node::Tester. Definition at line 44 of file testers.h. References Node::copy(), type, and TypeTester(). |
|
Definition at line 47 of file testers.h. References substituteNode(), and type. |
|
Implements Node::Tester. Definition at line 40 of file testers.h. References Node::getName(), Node::toString(), and type. |
|
Definition at line 33 of file testers.h. Referenced by copy(), substitute(), test(), TypeTester(), and ~TypeTester(). |