The following tables list the members exposed by LanguageBase.
| Name | Description | |
|---|---|---|
![]() | Grammar | Gets the Grammar associated with the language. |
![]() | ServicesManager | Gets a ServicesManager for managing services for the derived LanguageBase instance. |
| Name | Description | |
|---|---|---|
![]() | ToString | Returns the string representation of this object. |
| Name | Description | |
|---|---|---|
![]() | GetErrorAlias | Returns a customized error alias for the specified symbol or null to use the default alias. |
![]() | GetParseTable | Returns the parse table for a GLR parser. |
![]() | InitializeDefaultServices | Gets called once on each instance to let derived LanguageBase classes initialize the default services in the ServicesManager. |
![]() | OnError | Gets called when an error is detected during the parse. |
![]() | OnGlobalAmbiguityDetected | Gets called when a global ambiguity is detected while parsing a document. |
![]() | OnSyntaxTreeCreated | Called after a parse operation has completed before the the new SyntaxTree is returned. |
| Name | Description | |
|---|---|---|
![]() | SyntaxTreeCreated | Occurs after a parse operation when a new SyntaxTree has been created and before it returned. |