Go to the documentation of this file.
12 #ifndef CPROVER_JAVA_BYTECODE_JAVA_SINGLE_PATH_SYMEX_CHECKER_H
13 #define CPROVER_JAVA_BYTECODE_JAVA_SINGLE_PATH_SYMEX_CHECKER_H
41 #endif // CPROVER_JAVA_BYTECODE_JAVA_SINGLE_PATH_SYMEX_CHECKER_H
dstringt has one field, an unsigned integer no which is an index into a static table of strings.
virtual void setup_symex(symex_bmct &symex)
abstract_goto_modelt & goto_model
Uses goto-symex to symbolically execute each path in the goto model and calls a solver to find proper...
goto_tracet build_trace(const irep_idt &property_id) const override
Builds and returns the trace for the FAILed property with the given property_id.
goto_tracet build_shortest_trace() const override
Builds and returns the trace up to the first failed property.
void setup_symex(symex_bmct &symex) override
goto_tracet build_full_trace() const override
Builds and returns the complete trace.
Abstract interface to eager or lazy GOTO models.
ui_message_handlert & ui_message_handler
java_single_path_symex_checkert(const optionst &options, ui_message_handlert &ui_message_handler, abstract_goto_modelt &goto_model)
void java_setup_symex(const optionst &options, abstract_goto_modelt &goto_model, symex_bmct &symex)
Registers Java-specific preprocessing handlers with goto-symex.