Visitor context information. More...
#include <visitInfo.hpp>
Public Member Functions | |
| visitInfo (const std::string *name, node *parent, nidx index, ncnt len, ncnt additionalLen, nint depth) | |
| visitInfo (const std::string &newName, node *newParent, nidx newIndex, ncnt newLen, ncnt newAdditionalLen, nint newDepth) | |
Public Attributes | |
| std::string | name |
| node * | parent |
| nidx | index |
| ncnt | len |
| ncnt | additionalLen |
| nint | depth |
Visitor context information.
Provides context information during AST traversal including name, parent, index, and depth.