mCRL2
|
Checks if a node is of type 'x && (y || z)'. More...
#include <parser_utility.h>
Public Member Functions | |
is_and_or_node (const parser_table &table_) | |
bool | operator() (const parse_node &x) |
Public Attributes | |
const parser_table & | table |
Checks if a node is of type 'x && (y || z)'.
Definition at line 103 of file parser_utility.h.
|
inline |
Definition at line 107 of file parser_utility.h.
|
inline |
Definition at line 111 of file parser_utility.h.
const parser_table& mcrl2::core::detail::is_and_or_node::table |
Definition at line 105 of file parser_utility.h.