public enum TermTypePublic Enumeration TermTypepublic enum class TermTypetype TermType| Operand | 1 | The operand can be represented by the number, parameter or variable. |
| Operator | 2 | The operator may be unary or binary. |
| Function | 3 | The function. |
| Bracket | 4 | Brackets. |