The OperatorToken type exposes the following members.

Constructors

  Name Description
OperatorToken Overloaded.

Methods

  Name Description
AddOp
CloneToken
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.)
GetBinaryOp
If this symbol represents a binary infix operator then return it.
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.)
GetPrefixOp
GetSource
Gets the source text matched by this token
(Inherited from Token.)
GetSuffixOp
GetTernaryOp
GetType
Gets the Type of the current instance.
(Inherited from Object.)
IsBinary (Overrides Token..::.IsBinary()()().)
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 (Overrides Token..::.IsOperator()()().)
IsPrefix (Overrides Token..::.IsPrefix()()().)
IsString (Inherited from Token.)
IsSuffix (Overrides Token..::.IsSuffix()()().)
IsSymbol (Inherited from Token.)
IsTerminal (Inherited from Token.)
IsTernary (Overrides Token..::.IsTernary()()().)
IsWhiteSpace (Inherited from Token.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SetPosition (Inherited from Token.)
ToString (Overrides Token..::.ToString()()().)

Fields

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

See Also