Gets or sets the value indicating whether Grammar.Analyze should suppress ambiguity warnings when this non-terminal symbols reduction is possible. Syntax Exceptions Exception Description System.InvalidOperationException Occurs when the IsMutable value of the owning Grammar is False.
Disables error recovery for the specified symbol when an error occurs during the construction of the NonTerminalSymbol. Syntax Parameters symbol The symbol for which error recovery should be suppressed. Exceptions Exception Description System.ArgumentNullException Occurs when symbol is null. System.InvalidOperatio...
Returns the string representation of this object. Syntax
Represents a rule which will succeed if its owned SyntaxRuleOwnerBase.Rule succeeds when parsing or not. Syntax
Public Constructors Public Properties Public Methods
Public Methods
Public Properties
Gets the SyntaxRuleType value indicating the type of the SyntaxRule. Syntax
Creates a new OptionalSyntaxRule instance. Syntax Parameters rule The rule which can optionally succeed for the OptionalSyntaxRule to succeed.
Represents information related to error(s) which have occurred during the parse. Syntax