The MultiLineToken type exposes the following members.

Methods

  Name Description
Append
Equals (Inherited from Token.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetColumnNumber (Inherited from Token.)
GetCompleteToken
A token representing the complete matched input.
GetHashCode (Inherited from Token.)
GetLength
Gets the length of the source text matched by this token
(Inherited from Token.)
GetLineNumber (Inherited from Token.)
GetSource
Gets the source text matched by this token
(Inherited from Token.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Init
IsBinary (Inherited from Token.)
IsComment (Inherited from Token.)
IsFunction (Inherited from Token.)
IsIdentifier (Inherited from Token.)
IsImplicitMulRhs
Whether the token can appear on the right hand side of implicit multiplication '2 x'.
(Inherited from Token.)
IsNumber (Inherited from Token.)
IsOperator (Inherited from Token.)
IsPrefix (Inherited from Token.)
IsString (Inherited from Token.)
IsSuffix (Inherited from Token.)
IsSymbol (Inherited from Token.)
IsTerminal (Inherited from Token.)
IsTernary (Inherited from Token.)
IsWhiteSpace (Inherited from Token.)
Match
Matches the end of the token.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SetPosition (Inherited from Token.)
ToString (Inherited from Token.)

See Also