Version

Search Results

Snapshot Property (SyntaxTree)

Returns the Infragistics.Documents.TextDocumentSnapshot that was parsed (read-only). Syntax

ToString Method (SyntaxTree)

Returns the string representation of this object. Syntax

TerminalSymbol Class

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...

TerminalSymbolComparison Enumeration

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...

TerminalSymbol Class Members

Public Properties Public Methods

Comparison Property

Gets the value which determines the how the Value is compared to the text being parsed. Syntax

IsEndOfStream Property

Gets the value indicating whether the TerminalSymbol represents an end of stream token. Syntax

IsLookaheadNegative Property

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...