[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Visitor interface for use with expression node trees.

The following tables list the members exposed by the ExprNodeVisitor type.

Public Methods

  NameDescription
IsVisit
Allows visitor to indicate whether to visit a given node. Implicitly if a visitor doesn't visit a node it would also not visit any descendent child nodes of that node.

Visit
Visit the given expression node.