CBMC
|
Collect methods needed to be loaded using the lazy method. More...
#include "java_bytecode_parse_tree.h"
#include "synthetic_methods_map.h"
#include <functional>
#include <map>
#include <unordered_set>
#include <util/irep.h>
#include <goto-programs/class_hierarchy.h>
Go to the source code of this file.
Classes | |
class | method_bytecodet |
struct | method_bytecodet::class_method_and_bytecodet |
Pair of class id and methodt. More... | |
class | ci_lazy_methodst |
struct | ci_lazy_methodst::convert_method_resultt |
Typedefs | |
typedef std::function< bool(const irep_idt &function_id, ci_lazy_methods_neededt)> | method_convertert |
typedef std::function< std::vector< irep_idt >const symbol_table_baset &)> | load_extra_methodst |
Collect methods needed to be loaded using the lazy method.
Definition in file ci_lazy_methods.h.
typedef std::function<std::vector<irep_idt>const symbol_table_baset &)> load_extra_methodst |
Definition at line 96 of file ci_lazy_methods.h.
typedef std::function< bool(const irep_idt &function_id, ci_lazy_methods_neededt)> method_convertert |
Definition at line 93 of file ci_lazy_methods.h.