AstVisitor Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
AstVisitor is used for basic scenarios requiring traversal of the nodes in an Ast. An implementation of AstVisitor does not explicitly traverse the Ast, instead, the engine traverses all nodes in the Ast and calls the appropriate method on each node.
public ref class AstVisitor abstract
public abstract class AstVisitor
type AstVisitor = class
Public MustInherit Class AstVisitor
- Inheritance
-
AstVisitor
- Derived
Constructors
AstVisitor() |