cprover
remove_instanceof.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: Remove Instance-of Operators
4 
5 Author: Chris Smowton, chris.smowton@diffblue.com
6 
7 \*******************************************************************/
8 
11 
12 #ifndef CPROVER_JAVA_BYTECODE_REMOVE_INSTANCEOF_H
13 #define CPROVER_JAVA_BYTECODE_REMOVE_INSTANCEOF_H
14 
15 #include <util/symbol_table.h>
16 
19 
23  symbol_table_baset &symbol_table);
24 
27  symbol_table_baset &symbol_table);
28 
30  goto_functionst &goto_functions,
31  symbol_table_baset &symbol_table);
32 
33 void remove_instanceof(goto_modelt &model);
34 
35 #endif
Goto Programs with Functions.
void remove_instanceof(goto_programt::targett target, goto_programt &goto_program, symbol_table_baset &symbol_table)
Replace an instanceof in the expression or guard of the passed instruction of the given function body...
Symbol Table + CFG.
instructionst::iterator targett
Definition: goto_program.h:397
::goto_functiont goto_functiont
Author: Diffblue Ltd.
A generic container class for the GOTO intermediate representation of one function.
Definition: goto_program.h:70
The symbol table base class interface.
goto_programt & goto_program
Definition: cover.cpp:63