IDebuggableEbnfTerm Interface
Provides the base requirements for a debuggable EbnfTerm.
public interface IDebuggableEbnfTerm
Properties
EbnfPositionRange
Gets or sets the compiled TextPositionRange of the node within an EBNF representation of the grammar.
TextPositionRange EbnfPositionRange { get; }
Property Value
- TextPositionRange:
The compiled TextPositionRange of the node within an EBNF representation of the grammar.
MatchCondition
Gets the IDebuggableMatchCondition to use for this term.
IDebuggableMatchCondition MatchCondition { get; }
Property Value
- IDebuggableMatchCondition:
The IDebuggableMatchCondition to use for this term.