#include <testers.h>
Inheritance diagram for LocalAttributeIssetTester:
Public Member Functions | |
LocalAttributeIssetTester (const string &iattribute, const bool iglobal) | |
LocalAttributeIssetTester (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 160 of file testers.h. References attribute, and global. Referenced by copy(). |
|
|
|
Implements Node::Tester. Definition at line 167 of file testers.h. References attribute, global, and LocalAttributeIssetTester(). |
|
|
|
Implements Node::Tester. Definition at line 163 of file testers.h. References attribute, global, and NameSpace::isAttributeSet(). |
|
Definition at line 157 of file testers.h. Referenced by copy(), LocalAttributeIssetTester(), and test(). |
|
Definition at line 158 of file testers.h. Referenced by copy(), LocalAttributeIssetTester(), and test(). |