Version

Search Results

SuppressAmbiguityWarnings Property

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.

SuppressErrorRecoveryForSymbol Method

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...

ToString Method (NonTerminalSymbol)

Returns the string representation of this object. Syntax

OptionalSyntaxRule Class

Represents a rule which will succeed if its owned SyntaxRuleOwnerBase.Rule succeeds when parsing or not. Syntax

OptionalSyntaxRule Class Members

Public Constructors Public Properties Public Methods

Type Property (OptionalSyntaxRule)

Gets the SyntaxRuleType value indicating the type of the SyntaxRule. Syntax

OptionalSyntaxRule Constructor

Creates a new OptionalSyntaxRule instance. Syntax Parameters rule The rule which can optionally succeed for the OptionalSyntaxRule to succeed.

ParseErrorContext Class

Represents information related to error(s) which have occurred during the parse. Syntax