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 
78 
79 #ifndef CPROVER_JAVA_BYTECODE_REMOVE_INSTANCEOF_H
80 #define CPROVER_JAVA_BYTECODE_REMOVE_INSTANCEOF_H
81 
85 
86 #include <util/message.h>
87 #include <util/symbol_table.h>
88 
91  goto_programt &goto_program,
92  symbol_table_baset &symbol_table,
93  const class_hierarchyt &class_hierarchy,
95 
98  symbol_table_baset &symbol_table,
99  const class_hierarchyt &class_hierarchy,
100  message_handlert &);
101 
102 void remove_instanceof(
103  goto_functionst &goto_functions,
104  symbol_table_baset &symbol_table,
105  const class_hierarchyt &class_hierarchy,
106  message_handlert &);
107 
108 void remove_instanceof(
109  goto_modelt &model,
110  const class_hierarchyt &class_hierarchy,
111  message_handlert &);
112 
113 #endif
Non-graph-based representation of the class hierarchy.
Goto Programs with Functions.
Class Hierarchy.
Symbol Table + CFG.
instructionst::iterator targett
Definition: goto_program.h:414
::goto_functiont goto_functiont
A collection of goto functions.
Author: Diffblue Ltd.
void remove_instanceof(goto_programt::targett target, goto_programt &goto_program, symbol_table_baset &symbol_table, const class_hierarchyt &class_hierarchy, message_handlert &)
Replace an instanceof in the expression or guard of the passed instruction of the given function body...
A generic container class for the GOTO intermediate representation of one function.
Definition: goto_program.h:72
The symbol table base class interface.