12#ifndef MCRL2_PBES_PARSE_IMPL_H
13#define MCRL2_PBES_PARSE_IMPL_H
22namespace pbes_system {
\brief An untyped parameter
\brief The and operator for pbes expressions
\brief The existential quantification operator for pbes expressions
static fixpoint_symbol nu()
Returns the nu symbol.
static fixpoint_symbol mu()
Returns the mu symbol.
\brief The universal quantification operator for pbes expressions
\brief The implication operator for pbes expressions
\brief The not operator for pbes expressions
\brief The or operator for pbes expressions
\brief A propositional variable instantiation
\brief A propositional variable declaration
add your file description here.
const pbes_expression & true_()
const pbes_expression & false_()
A class that takes a linear process specification and checks all tau-summands of that LPS for conflue...
Add your file description here.
add your file description here.
core::identifier_string parse_Id(const parse_node &node) const
parse_node child(int i) const
std::string string() const
std::string symbol_name(const parse_node &node) const
Wrapper for D_Parser and its corresponding D_ParserTables.
data::variable_list parse_VarsDeclList(const core::parse_node &node) const
data::data_expression_list parse_DataExprList(const core::parse_node &node) const
data::data_expression parse_DataValExpr(const core::parse_node &node) const
data::data_expression parse_DataExpr(const core::parse_node &node) const
data::variable_list parse_GlobVarSpec(const core::parse_node &node) const
data_specification_actions(const core::parser &parser_)
untyped_data_specification parse_DataSpec(const core::parse_node &node) const
pbes_system::propositional_variable_instantiation parse_PropVarInst(const core::parse_node &node) const
pbes_system::propositional_variable parse_PropVarDecl(const core::parse_node &node) const
pbes_system::propositional_variable_instantiation parse_PbesInit(const core::parse_node &node) const
std::vector< pbes_equation > parse_PbesEqnSpec(const core::parse_node &node) const
pbes_system::fixpoint_symbol parse_FixedPointOperator(const core::parse_node &node) const
pbes_actions(const core::parser &parser_)
untyped_pbes parse_PbesSpec(const core::parse_node &node) const
std::vector< pbes_equation > parse_PbesEqnDeclList(const core::parse_node &node) const
pbes_equation parse_PbesEqnDecl(const core::parse_node &node) const
pbes_system::pbes_expression parse_PbesExpr(const core::parse_node &node) const
std::vector< pbes_equation > equations
data::untyped_data_specification dataspec
data::variable_list global_variables
propositional_variable_instantiation initial_state
add your file description here.