Version

TerminalSymbol Class Members

The following tables list the members exposed by TerminalSymbol.

Public Properties
 NameDescription
Public PropertyComparisonGets the value which determines the how the Value is compared to the text being parsed.  
Public PropertyGrammarGets the Grammar to which the Symbol belongs. (Inherited from Infragistics.Documents.Parsing.Symbol)
Public PropertyIsEndOfStreamGets the value indicating whether the TerminalSymbol represents an end of stream token.  
Public PropertyIsLookaheadNegativeGets or sets the value indicating whether the LookaheadPattern should be used to perform a negative or positive lookahead.  
Public PropertyIsSignificantGets or sets the value indicating whether the tokens associated with the TerminalSymbol represent significant content.  
Public PropertyIsStartOfErrorRecoveryPairGets or sets a value indicating whether the presence of the Symbol followed by a specific TerminalSymbol signals the middle or end of a structure being parsed. (Inherited from Infragistics.Documents.Parsing.Symbol)
Public PropertyIsUnrecognizedGets the value indicating whether the TerminalSymbol represents unrecognized content.  
Public PropertyLanguageElementGets or sets the language element for tokens associated with this symbol.  
Public PropertyLanguageElementNameGets or set the name of the language element for the TerminalSymbol.  
Public PropertyLexerStateToEnterGets or sets the lexer state which should be entered when the lexer encounters this TerminalSymbol when analyzing a document.  
Public PropertyLookaheadPatternGets or sets the regular expression pattern which is used to match the text following a token associated with the TerminalSymbol to determine if the token can actually be used or not.  
Public PropertyNameReturns the name of the symbol. (Inherited from Infragistics.Documents.Parsing.Symbol)
Public PropertyValueGets the value associated with the TerminalSymbol, which is either a literal string or a regular expression, depending on the Comparison  
Public Methods
 NameDescription
Public MethodToStringReturns the string representation of this object.  
See Also