Version

LanguageBase Class Methods

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

Public Methods
 NameDescription
Public MethodToStringReturns the string representation of this object.  
Protected Methods
 NameDescription
Protected Internal MethodGetErrorAliasReturns a customized error alias for the specified symbol or null to use the default alias.  
Protected Internal MethodGetParseTableReturns the parse table for a GLR parser.  
Protected Internal MethodInitializeDefaultServicesGets called once on each instance to let derived LanguageBase classes initialize the default services in the ServicesManager.  
Protected Internal MethodOnErrorGets called when an error is detected during the parse.  
Protected Internal MethodOnGlobalAmbiguityDetectedGets 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.  
See Also