CBMC
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
remove_java_new.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: Remove Java New Operators
4
5Author: Peter Schrammel
6
7\*******************************************************************/
8
11
12#ifndef CPROVER_JAVA_BYTECODE_REMOVE_JAVA_NEW_H
13#define CPROVER_JAVA_BYTECODE_REMOVE_JAVA_NEW_H
14
16
17class goto_modelt;
20
22 const irep_idt &function_identifier,
24 goto_programt &goto_program,
25 symbol_table_baset &symbol_table,
27
29 const irep_idt &function_identifier,
31 symbol_table_baset &symbol_table,
33
35 goto_functionst &goto_functions,
36 symbol_table_baset &symbol_table,
38
40
41#endif // CPROVER_JAVA_BYTECODE_REMOVE_JAVA_NEW_H
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
Definition ai.h:562
dstringt has one field, an unsigned integer no which is an index into a static table of strings.
Definition dstring.h:38
A collection of goto functions.
::goto_functiont goto_functiont
A generic container class for the GOTO intermediate representation of one function.
instructionst::iterator targett
The symbol table base class interface.
Goto Programs with Functions.
void remove_java_new(const irep_idt &function_identifier, goto_programt::targett target, goto_programt &goto_program, symbol_table_baset &symbol_table, message_handlert &_message_handler)
Replace every java_new or java_new_array by a malloc side-effect and zero initialization.