Version

Search Results

ToString Method (Diagnostic)

Gets a string representation of the error. Syntax

Diagnostic Constructor

Creates a new Diagnostic instance. Syntax Parameters relativeSpan The span indicating the location of the diagnostic message relative to the SyntaxNode.FullSpan of the node to which it relates.message The message associated with the diagnostic message.severity The severity level of the diagnostic message. Exceptio...

EbnfLoadError Class

Encapsulates an error that was encountered while attempting to import a grammar definition script. Syntax

EbnfLoadErrorReason Enumeration

Constants which describe the reason for an import error. Syntax Members Member Description AttributeBlockWithinRule An attribute block has been defined in the middle of a rule. ContradictorySyntacticException A syntactic exception appears to prevent all variations of the original content. DefaultLexerStateCannotHa...

EbnfLoadError Class Members

Public Properties Public Methods

EbnfLoadError Class Properties

Public Properties

CharacterPosition Property

Gets the position of the error within the EBNF text. Syntax

Column Property

Gets the column within the line of the error. Syntax

Description Property (EbnfLoadError)

Gets the human-readable description of the error. Syntax