The NumberToken type exposes the following members.

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.)
GetValue
Gets the value of the object.
IsBinary (Inherited from Token.)
IsComment (Inherited from Token.)
IsFunction (Inherited from Token.)
IsIdentifier (Inherited from Token.)
IsImplicitMulRhs
Whether numbers can appear on the rhs of implicit multiplication 'x 2'.
(Overrides Token..::.IsImplicitMulRhs()()().)
IsNumber (Overrides Token..::.IsNumber()()().)
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.)

See Also