In This Article

IDebuggableEbnfTerm Interface

Provides the base requirements for a debuggable EbnfTerm.

public interface IDebuggableEbnfTerm

Properties

EbnfPositionRange

The compiled TextPositionRange of the node within an EBNF representation of the grammar.

TextPositionRange EbnfPositionRange { get; }

Property Value

TextPositionRange

MatchCondition

The IDebuggableMatchCondition to use for this term.

IDebuggableMatchCondition? MatchCondition { get; }

Property Value

IDebuggableMatchCondition

Extension Methods