In This Article

IDebuggableAstNodeMatch Interface

Provides the base requirements for a debuggable IAstNodeMatch.

public interface IDebuggableAstNodeMatch

Properties

Label

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

string? Label { get; }

Property Value

string

Node

The IDebuggableAstNode that was matched.

IDebuggableAstNode? Node { get; }

Property Value

IDebuggableAstNode

Extension Methods