#include <Expression.h>
|
| enum class | Operation {
LOGICAL_OR
, LOGICAL_AND
, COMPARE_EQUALITY
, COMPARE_INEQUALITY
,
COMPARE_LESS_OR_EQUAL
, COMPARE_LESS
, COMPARE_MORE_OR_EQUAL
, COMPARE_MORE
,
ADD
, SUB
, MUL
, MOD
,
DIV
, NOT
} |
| |
◆ Operation
| Enumerator |
|---|
| LOGICAL_OR | |
| LOGICAL_AND | |
| COMPARE_EQUALITY | |
| COMPARE_INEQUALITY | |
| COMPARE_LESS_OR_EQUAL | |
| COMPARE_LESS | |
| COMPARE_MORE_OR_EQUAL | |
| COMPARE_MORE | |
| ADD | |
| SUB | |
| MUL | |
| MOD | |
| DIV | |
| NOT | |
◆ ~Expression()
| virtual cli::Expression::~Expression |
( |
| ) |
|
|
virtualdefaultnoexcept |
◆ translateAndEval()
The documentation for this class was generated from the following file: