[]
        
(Showing Draft Content)

C1.CalcEngine.ExpressionEngine.Token

Token Class

Represents a node in the expression tree.

Inheritance
Token
Namespace: C1.CalcEngine.ExpressionEngine
Assembly: C1.CalcEngine.dll
Syntax
public class Token

Constructors

Name Description
Token(object, TKID, TKTYPE)

Initializes a new instance of the Token class.

Properties

Name Description
ID

Gets a token identifier.

Type

Gets a token type.

Value

Gets a token value.