#include "nusmv/core/compile/symb_table/SymbTable.h"
#include "nusmv/core/compile/FlatHierarchy.h"
#include "nusmv/core/set/set.h"
#include "nusmv/core/utils/utils.h"
Go to the source code of this file.
Defines | |
#define | PREDICATE_EXTRACTOR(x) ((PredicateExtractor_ptr) x) |
#define | PREDICATE_EXTRACTOR_CHECK_INSTANCE(x) ( nusmv_assert(PREDICATE_EXTRACTOR(x) != PREDICATE_EXTRACTOR(NULL)) ) |
Typedefs | |
typedef struct PredicateExtractor_TAG * | PredicateExtractor_ptr |
#define PREDICATE_EXTRACTOR | ( | x | ) | ((PredicateExtractor_ptr) x) |
#define PREDICATE_EXTRACTOR_CHECK_INSTANCE | ( | x | ) | ( nusmv_assert(PREDICATE_EXTRACTOR(x) != PREDICATE_EXTRACTOR(NULL)) ) |
typedef struct PredicateExtractor_TAG* PredicateExtractor_ptr |