Public Member Functions | |
auto | isBinaryExpression () const -> bool |
auto | getResult () const -> bool |
virtual void | streamReconstructedExpression (std::ostream &os) const =0 |
ITransientExpression (bool isBinaryExpression, bool result) | |
virtual | ~ITransientExpression () |
Public Attributes | |
bool | m_isBinaryExpression |
bool | m_result |
ITransientExpression | ( | bool | isBinaryExpression, |
bool | result | ||
) |
|
virtual |
auto isBinaryExpression | ( | ) | const -> bool |
References ITransientExpression::m_isBinaryExpression.
auto getResult | ( | ) | const -> bool |
References ITransientExpression::m_result.
|
pure virtual |
Implemented in MatchExpr< ArgT, MatcherT >.
bool m_isBinaryExpression |
Referenced by ITransientExpression::isBinaryExpression().
bool m_result |
Referenced by ITransientExpression::getResult().