CBMC
simple_method_stubbing.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: Simple Java method stubbing
4 
5 Author: Diffblue Ltd.
6 
7 \*******************************************************************/
8 
11 
12 #ifndef CPROVER_JAVA_BYTECODE_SIMPLE_METHOD_STUBBING_H
13 #define CPROVER_JAVA_BYTECODE_SIMPLE_METHOD_STUBBING_H
14 
15 #include <util/irep.h>
16 
17 class message_handlert;
19 class symbol_table_baset;
20 
22  const irep_idt &function_name,
23  symbol_table_baset &symbol_table,
24  bool assume_non_null,
25  const java_object_factory_parameterst &object_factory_parameters,
26  message_handlert &message_handler);
27 
29  symbol_table_baset &symbol_table,
30  bool assume_non_null,
31  const java_object_factory_parameterst &object_factory_parameters,
32  message_handlert &message_handler);
33 
34 #endif
dstringt has one field, an unsigned integer no which is an index into a static table of strings.
Definition: dstring.h:38
The symbol table base class interface.
void java_generate_simple_method_stub(const irep_idt &function_name, symbol_table_baset &symbol_table, bool assume_non_null, const java_object_factory_parameterst &object_factory_parameters, message_handlert &message_handler)
void java_generate_simple_method_stubs(symbol_table_baset &symbol_table, bool assume_non_null, const java_object_factory_parameterst &object_factory_parameters, message_handlert &message_handler)
Generates function stubs for most undefined functions in the symbol table, except as forbidden in jav...