In This Article

IAstNodeMatch Interface

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

public interface IAstNodeMatch

Properties

Label

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

string? Label { get; set; }

Property Value

string

Node

The IAstNode that was matched.

IAstNode Node { get; }

Property Value

IAstNode

Extension Methods