by::visitInfo Class Reference

Visitor context information. More...

#include <visitInfo.hpp>

Public Member Functions

 visitInfo (const std::string *name, node *parent, nidx index, ncnt len, nint depth)
 
 visitInfo (const std::string &newName, node *newParent, nidx newIndex, ncnt newLen, nint newDepth)
 

Public Attributes

std::string name
 
nodeparent
 
nidx index
 
ncnt len
 
nint depth
 

Detailed Description

Visitor context information.

Provides context information during AST traversal including name, parent, index, and depth.


The documentation for this class was generated from the following file: