The FunctionToken type exposes the following members.

Constructors

  Name Description
FunctionToken
Initializes a new instance of the FunctionToken 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.)
GetPfmc
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 (Overrides Token..::.IsFunction()()().)
IsIdentifier (Inherited from Token.)
IsImplicitMulRhs
Whether identifies can appear on the rhs of implicit multiplication '2 x'.
(Overrides Token..::.IsImplicitMulRhs()()().)
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