Version

CustomLanguage Class Members

The following tables list the members exposed by CustomLanguage.

Public Constructors
 NameDescription
Public ConstructorCustomLanguage ConstructorInstantiates a new instance of CustomLanguage  
Public Properties
 NameDescription
Public PropertyGrammarGets the Grammar associated with the language. (Inherited from Infragistics.Documents.Parsing.LanguageBase)
Public PropertyServicesManagerGets a LanguageBase.ServicesManager for managing services for the derived LanguageBase instance. (Inherited from Infragistics.Documents.Parsing.LanguageBase)
Public Methods
 NameDescription
Public MethodToStringReturns the string representation of this object. (Inherited from Infragistics.Documents.Parsing.LanguageBase)
Protected Methods
 NameDescription
Protected Internal MethodGetErrorAliasReturns a customized error alias for the specified symbol or null to use the default alias. (Inherited from Infragistics.Documents.Parsing.LanguageBase)
Protected Internal MethodGetParseTableReturns the parse table for a GLR parser. (Inherited from Infragistics.Documents.Parsing.LanguageBase)
Protected Internal MethodInitializeDefaultServicesGets called once on each instance to let derived LanguageBase classes initialize the default services in the LanguageBase.ServicesManager. (Inherited from Infragistics.Documents.Parsing.LanguageBase)
Protected Internal MethodOnErrorGets called when an error is detected during the parse. (Inherited from Infragistics.Documents.Parsing.LanguageBase)
Protected Internal MethodOnGlobalAmbiguityDetectedOverridden. Gets called when a global ambiguity is detected while parsing a document.  
Protected Internal MethodOnSyntaxTreeCreatedCalled after a parse operation has completed before the the new SyntaxTree is returned. (Inherited from Infragistics.Documents.Parsing.LanguageBase)
Public Events
 NameDescription
Public EventGlobalAmbiguityDetectedOccurs when a global ambiguity is detected while parsing a document.  
Public EventSyntaxTreeCreatedOccurs after a parse operation when a new SyntaxTree has been created and before it returned. (Inherited from Infragistics.Documents.Parsing.LanguageBase)
See Also