The TerminatorToken type exposes the following members.

Constructors

  Name Description
TerminatorToken
Initializes a new instance of the TerminatorToken class

Methods

  Name Description
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.)
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.)
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.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SetPosition (Inherited from Token.)
ToString (Inherited from Token.)

Fields

  Name Description
source
Source text matched by token
(Inherited from Token.)

See Also