Gets the text of the ignored content. Syntax
An abstract base class representing a language that has a specific set of rules (i.e. Grammar). Syntax
For a list of all members of this type, see LanguageBase members. Public Events Name Description SyntaxTreeCreated Occurs after a parse operation when a new SyntaxTree has been created and before it returned. Top
Public Properties Public Methods Protected Methods Public Events
Public Methods Protected Methods
Public Properties
Returns a customized error alias for the specified symbol or null to use the default alias. Syntax Parameters symbol Remarks If null is returned, the default alias for non-terminal symbols is the symbol name. For terminal symbols it is the value for literal comparison terminals and the symbol name for regular expr...
Returns the parse table for a GLR parser. Syntax
Gets the Grammar associated with the language. Syntax
Gets called once on each instance to let derived LanguageBase classes initialize the default services in the ServicesManager. Syntax