Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
ExpressionVisitor.cpp
Go to the documentation of this file.
4
5namespace storm {
6namespace expressions {
7boost::any ExpressionVisitor::visit(PredicateExpression const&, boost::any const&) {
8 STORM_LOG_THROW(false, storm::exceptions::NotImplementedException, "Predicate Expressions are not supported by this visitor");
9}
10} // namespace expressions
11} // namespace storm
virtual boost::any visit(IfThenElseExpression const &expression, boost::any const &data)=0
The base class of all binary expressions.
#define STORM_LOG_THROW(cond, exception, message)
Definition macros.h:30
LabParser.cpp.
Definition cli.cpp:18