#include "nusmv/core/compile/type_checking/checkers/CheckerCore.h"
#include "nusmv/core/utils/utils.h"
Go to the source code of this file.
Defines | |
#define | CHECKER_STATEMENT(self) ((CheckerStatement_ptr) self) |
To cast and check instances of class CheckerStatement. | |
#define | CHECKER_STATEMENT_CHECK_INSTANCE(self) (nusmv_assert(CHECKER_STATEMENT(self) != CHECKER_STATEMENT(NULL))) |
Typedefs | |
typedef struct CheckerStatement_TAG * | CheckerStatement_ptr |
#define CHECKER_STATEMENT | ( | self | ) | ((CheckerStatement_ptr) self) |
To cast and check instances of class CheckerStatement.
These macros must be used respectively to cast and to check instances of class CheckerStatement
#define CHECKER_STATEMENT_CHECK_INSTANCE | ( | self | ) | (nusmv_assert(CHECKER_STATEMENT(self) != CHECKER_STATEMENT(NULL))) |
typedef struct CheckerStatement_TAG* CheckerStatement_ptr |