#include <testers.h>
Inheritance diagram for AttributeIssetTester:
Public Member Functions | |
AttributeIssetTester (const string &iattribute, const bool iglobal) | |
AttributeIssetTester (const Constant *iattribute, const bool iglobal) | |
virtual bool | test (const Node *node, const NameSpace &nameSpace) const |
virtual Tester * | copy () const |
virtual Tester * | substitute (const Node::Assignment &assign) |
Private Attributes | |
const string | attribute |
const bool | global |
|
Definition at line 111 of file testers.h. References attribute, and global. Referenced by copy(). |
|
|
|
Implements Node::Tester. Definition at line 118 of file testers.h. References attribute, AttributeIssetTester(), and global. |
|
|
|
Implements Node::Tester. Definition at line 114 of file testers.h. References attribute, global, NameSpace::isAttributeSet(), and Node::toString(). |
|
Definition at line 108 of file testers.h. Referenced by AttributeIssetTester(), copy(), and test(). |
|
Definition at line 109 of file testers.h. Referenced by AttributeIssetTester(), copy(), and test(). |