The following tables list the members exposed by PlainTextLanguage.
Name | Description | |
---|---|---|
PlainTextLanguage Constructor | Creates a new PlainTextLanguage instance. |
Name | Description | |
---|---|---|
Grammar | Gets the Grammar associated with the language. (Inherited from Infragistics.Documents.Parsing.LanguageBase) | |
Instance | Returns a static instance of the language (read-only) | |
ServicesManager | Gets a ServicesManager for managing services for the derived LanguageBase instance. (Inherited from Infragistics.Documents.Parsing.LanguageBase) |
Name | Description | |
---|---|---|
ToString | Returns the string representation of this object. (Inherited from Infragistics.Documents.Parsing.LanguageBase) |
Name | Description | |
---|---|---|
GetErrorAlias | Returns a customized error alias for the specified symbol or null to use the default alias. (Inherited from Infragistics.Documents.Parsing.LanguageBase) | |
GetParseTable | Returns the parse table for a GLR parser. (Inherited from Infragistics.Documents.Parsing.LanguageBase) | |
InitializeDefaultServices | Overridden. 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. (Inherited from Infragistics.Documents.Parsing.LanguageBase) | |
OnGlobalAmbiguityDetected | Gets called when a global ambiguity is detected while parsing a document. (Inherited from Infragistics.Documents.Parsing.LanguageBase) | |
OnSyntaxTreeCreated | Called after a parse operation has completed before the the new SyntaxTree is returned. (Inherited from Infragistics.Documents.Parsing.LanguageBase) |
Name | Description | |
---|---|---|
SyntaxTreeCreated | Occurs after a parse operation when a new SyntaxTree has been created and before it returned. (Inherited from Infragistics.Documents.Parsing.LanguageBase) |