cprover
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 object_factory_parameterst &object_factory_parameters,
27 
29  symbol_table_baset &symbol_table,
30  bool assume_non_null,
31  const object_factory_parameterst &object_factory_parameters,
33 
34 #endif
void java_generate_simple_method_stub(const irep_idt &function_name, symbol_table_baset &symbol_table, bool assume_non_null, const object_factory_parameterst &object_factory_parameters, message_handlert &message_handler)
dstringt has one field, an unsigned integer no which is an index into a static table of strings...
Definition: dstring.h:33
void java_generate_simple_method_stubs(symbol_table_baset &symbol_table, bool assume_non_null, const 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...
The symbol table base class interface.
goto_programt coverage_criteriont message_handlert & message_handler
Definition: cover.cpp:66