5 #ifndef JODA_STATICEVALVISITOR_H
6 #define JODA_STATICEVALVISITOR_H
33 std::unique_ptr<Predicate>
getPred();
37 std::unique_ptr<Predicate>
pred;
Definition: AndPredicate.h:13
Definition: ComparePredicate.h:25
Definition: EqualizePredicate.h:25
Definition: NegatePredicate.h:15
Definition: OrPredicate.h:15
Definition: PredicateVisitor.h:29
Definition: StaticEvalVisitor.h:21
bool changed
Definition: StaticEvalVisitor.h:36
std::unique_ptr< Predicate > pred
Definition: StaticEvalVisitor.h:37
void visit(AndPredicate *e) override
Definition: StaticEvalVisitor.cpp:15
std::unique_ptr< Predicate > getPred()
Definition: StaticEvalVisitor.cpp:228
Definition: ValToPredicate.h:17
Definition: AttributeStatAggregator.h:12