In This Article

IAstNodeMatch Interface

Provides the base requirements for an IAstNode match made within the current IAstNodeBuilder scope.

public interface IAstNodeMatch

Properties

Label

Gets or sets the optional label applied to the match that can be used for identification during tree construction.

string Label { get; set; }

Property Value

string:

The optional label applied to the match that can be used for identification during tree construction.

Node

Gets or sets the IAstNode that was matched.

IAstNode Node { get; set; }

Property Value

IAstNode:

The IAstNode that was matched.