The Token type exposes the following members.

Constructors

  Name Description
Token
Set the source for the token

Methods

  Name Description
Equals (Overrides Object..::.Equals(Object).)
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
GetHashCode (Overrides Object..::.GetHashCode()()().)
GetLength
Gets the length of the source text matched by this token
GetLineNumber
GetSource
Gets the source text matched by this token
GetType
Gets the Type of the current instance.
(Inherited from Object.)
IsBinary
IsComment
IsFunction
IsIdentifier
IsImplicitMulRhs
Whether the token can appear on the right hand side of implicit multiplication '2 x'.
IsNumber
IsOperator
IsPrefix
IsString
IsSuffix
IsSymbol
IsTerminal
IsTernary
IsWhiteSpace
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SetPosition
ToString (Overrides Object..::.ToString()()().)

Fields

  Name Description
source
Source text matched by token

See Also