Public Properties Public Operators
Public Properties
Gets the Grammar to which the Symbol belongs. Syntax
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...
Returns the name of the symbol. Syntax
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.
A class that represents an annotation for a node in the parse tree. Syntax
Public Constructors
Creates a new SyntaxAnnotation instance. Syntax
A class that represents a node in the parse tree. Syntax