CBMC
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
simple_method_stubbing.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: Simple Java method stubbing
4
5Author: 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
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...