IDebuggableMatchCondition Interface
Provides the base requirements for a debuggable IMatchCondition.
public interface IDebuggableMatchCondition
Properties
CallbackCount
Gets the number of callbacks.
FirstSet
Returns the collection of terminals that provide the first-set for the match condition.
IEnumerable<IDebuggableTerminal> FirstSet { get; }
Property Value
- IEnumerable<IDebuggableTerminal>:
The collection of terminals that provide the first-set for the match condition.