Version

Search Results

Type Property (ConcatenationSyntaxRule)

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

ConcatenationSyntaxRule Constructor()

Creates a new ConcatenationSyntaxRule instance. Syntax

ConcatenationSyntaxRule Constructor(SyntaxRule[])

Creates a new ConcatenationSyntaxRule instance. Syntax Parameters rules The rules with which to initialize the child rules collection.

CustomLanguage Class

Representing a custom language generated from a Grammar at run-time. Syntax Remarks To create a custom language which is created from generated code and therefore has shorter initialization time, see LanguageGenerator.

CustomLanguage Class Events

For a list of all members of this type, see CustomLanguage members. Public Events Name Description GlobalAmbiguityDetected Occurs when a global ambiguity is detected while parsing a document. SyntaxTreeCreated Occurs after a parse operation when a new SyntaxTree has been created and before it returned. (Inherited ...

CustomLanguage Class Members

Public Constructors Public Properties Public Methods Protected Methods Public Events

CustomLanguage Class Methods

Public Methods Protected Methods

GlobalAmbiguityDetected Event

Occurs when a global ambiguity is detected while parsing a document. Syntax Event Data The event handler receives an argument of type GlobalAmbiguityDetectedEventArgs containing data related to this event. The following GlobalAmbiguityDetectedEventArgs properties provide information specific to this event.Property...