Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Token

Anything in an expression can be considered as a token. A tagging interface which all classes representing some mathematical object must implement.

Hierarchy

Implemented by

Index

Properties

Properties

type

type: "operator" | "expression" | "variable" | "constant"

The type of token this is representing.

Generated using TypeDoc