Version

Search Results

GrammarWarningType Enumeration

Represents the types of warnings which can occur when analyzing a Grammar. Syntax Members Member Description Ambiguity An ambiguity will occur if the parser is in a certain state and a specific token is processed, which could impact performance. ComplexNonTerminalSymbol A non-terminal symbol is very complex (conta...

GrammarWarning Class Members

Public Properties Public Methods

Message Property (GrammarWarning)

Gets the message describing the warning. Syntax

ToString Method (GrammarWarning)

Gets the string representation of the GrammarWarning. Syntax Return Value The string representation of the GrammarWarning.

Type Property (GrammarWarning)

Gets the type of the warning. Syntax

Grammar Class Fields

For a list of all members of this type, see Grammar members. Public Fields Name Description DefaultWhitespacePattern The default regular expression pattern used to identify whitespace characters other than newlines: [ \t]+ Top

Grammar Class Members

Public Constructors Public Fields Public Properties Public Methods

Grammar Class Methods

Public Methods