Version

Search Results

Symbol Class Members

Public Properties Public Operators

Symbol Class Properties

Public Properties

Grammar Property (Symbol)

Gets the Grammar to which the Symbol belongs. Syntax

IsStartOfErrorRecoveryPair Property

Gets or sets a value indicating whether the presence of the Symbol followed by a specific TerminalSymbol signals the middle or end of a structure being parsed. Syntax Exceptions Exception Description System.InvalidOperationException Occurs when the IsMutable value of the owning Grammar is False. Remarks The use of...

Name Property (Symbol)

Returns the name of the symbol. Syntax

Implicit Type Conversion Operator (Symbol)

Converts a Symbol to a SymbolReferenceSyntaxRule referencing that symbol. Syntax Parameters symbol The symbol to be referenced by the rule. Return Value A new SymbolReferenceSyntaxRule instance.

SyntaxAnnotation Class

A class that represents an annotation for a node in the parse tree. Syntax

SyntaxAnnotation Class Members

Public Constructors

SyntaxAnnotation Constructor

Creates a new SyntaxAnnotation instance. Syntax

SyntaxNode Class

A class that represents a node in the parse tree. Syntax