|
cprover
|
#include <require_parse_tree.h>
Public Member Functions | |
| expected_instructiont (const irep_idt &instruction_mnemoic, const std::vector< exprt > &instruction_arguments) | |
| void | require_instructions_equal (java_bytecode_parse_treet::instructiont actual_instruction) const |
| Check whether a given instruction matches an expectation of the instruction. | |
Private Attributes | |
| irep_idt | instruction_mnemoic |
| std::vector< exprt > | instruction_arguments |
Definition at line 33 of file require_parse_tree.h.
|
inline |
Definition at line 35 of file require_parse_tree.h.
| void require_parse_tree::expected_instructiont::require_instructions_equal | ( | java_bytecode_parse_treet::instructiont | actual_instruction | ) | const |
Check whether a given instruction matches an expectation of the instruction.
| actual_instruction | The instruction to check |
Definition at line 94 of file require_parse_tree.cpp.
|
private |
Definition at line 48 of file require_parse_tree.h.
|
private |
Definition at line 47 of file require_parse_tree.h.