In This Article

IDebuggableAstNodeMatch Interface

Provides the base requirements for a debuggable IAstNodeMatch.

public interface IDebuggableAstNodeMatch

Properties

Label

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

string Label { get; }

Property Value

string:

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

Node

Gets the IDebuggableAstNode that was matched.

IDebuggableAstNode Node { get; }

Property Value

IDebuggableAstNode:

The IDebuggableAstNode that was matched.