#include <SortingExpression.h>
Public Attributes | |
std::string | formula_ |
std::string | className_ |
Definition at line 43 of file SortingExpression.h.
std::string fesa::SortingContext::className_ |
Definition at line 46 of file SortingExpression.h.
Referenced by fesa::SortingInterpreter::interpret(), fesa::UnionExpression::match(), fesa::IntersectExpression::match(), fesa::FieldExpression::match(), and fesa::ComplementExpression::match().
std::string fesa::SortingContext::formula_ |
Definition at line 45 of file SortingExpression.h.
Referenced by fesa::SortingInterpreter::interpret(), fesa::UnionExpression::match(), fesa::IntersectExpression::match(), fesa::FieldExpression::match(), fesa::ComplementExpression::match(), and fesa::SortingExpression::tryMatch().