Version

CSharpLanguage Class Members

The following tables list the members exposed by CSharpLanguage.

Public Constructors
 NameDescription
Public ConstructorCSharpLanguage ConstructorCreates a new CSharpLanguage instance.  
Public Properties
 NameDescription
Public PropertyGrammar (Inherited from Infragistics.Documents.Parsing.LanguageBase)
Public Propertystatic (Shared in Visual Basic)InstanceReturns a static instance of the language (read-only)  
Public PropertyServicesManager (Inherited from Infragistics.Documents.Parsing.LanguageBase)
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)
Public Events
 NameDescription
Public EventSyntaxTreeCreated (Inherited from Infragistics.Documents.Parsing.LanguageBase)
See Also