The Expression class is the base class to build an expression tree.
More...
#include <Expression.h>
The Expression class is the base class to build an expression tree.
- Author
- Juan Rada-Vilela, Ph.D.
- See also
- Antecedent
-
Consequent
-
Rule
- Since
- 4.0
Definition at line 41 of file Expression.h.
◆ Type
Enumerator |
---|
Proposition | |
Operator | |
Definition at line 44 of file Expression.h.
◆ Expression()
fl::Expression::Expression |
( |
| ) |
|
◆ ~Expression()
virtual fl::Expression::~Expression |
( |
| ) |
|
|
virtual |
◆ toString()
virtual std::string fl::Expression::toString |
( |
| ) |
const |
|
pure virtual |
◆ type()
virtual Type fl::Expression::type |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: