Returns the Infragistics.Documents.TextDocumentSnapshot that was parsed (read-only). Syntax
Returns the string representation of this object. Syntax
A grammar symbol which represents an elementary textual unit of a grammar. Syntax Remarks When the lexical analyzer reads through a document, it attempts to group characters into tokens. A Token is associated with a TerminalSymbol and the text which was read to create it. Each TerminalSymbol indicates the possible...
Constants which determine the manner in which a terminal symbols value is compared to values in the compilation source. Syntax Members Member Description Literal The value associated with the symbol is a literal string. The syntax parser will compare values in the compilation target with the associated value and g...
Public Properties Public Methods
Public Methods
Public Properties
Gets the value which determines the how the Value is compared to the text being parsed. Syntax
Gets the value indicating whether the TerminalSymbol represents an end of stream token. Syntax
Gets or sets the value indicating whether the LookaheadPattern should be used to perform a negative or positive lookahead. Syntax Exceptions Exception Description System.InvalidOperationException Occurs when the IsMutable value of the owning Grammar is False. Remarks The LookaheadPattern is a regular expression pa...