Version 24.2 (latest)

VisualBasicLanguage Class Methods

For a list of all members of this type, see VisualBasicLanguage members.

Public Methods
 NameDescription
Public MethodToString (Inherited from Infragistics.Documents.Parsing.LanguageBase)
Protected Methods
 NameDescription
Protected Internal MethodGetErrorAliasOverridden. Returns a customized error alias for the specified symbol or null to use the default alias.  
Protected Internal MethodGetParseTableOverridden. Gets the parse table for a GLR parser.  
Protected Internal MethodInitializeDefaultServicesOverridden. Gets called once on each instance to let derived Infragistics.Documents.Parsing.LanguageBase classes initialize the default services in the Infragistics.Documents.Parsing.ServicesManager.  
Protected Internal MethodOnErrorOverridden. Gets called when an error is detected during the parse.  
Protected Internal MethodOnGlobalAmbiguityDetectedOverridden. Gets called when a global ambiguity is detected while parsing a document.  
Protected Internal MethodOnSyntaxTreeCreated (Inherited from Infragistics.Documents.Parsing.LanguageBase)
See Also