13#ifndef CPROVER_JAVA_TESTING_UTILS_LOAD_JAVA_CLASS_H 
   14#define CPROVER_JAVA_TESTING_UTILS_LOAD_JAVA_CLASS_H 
   28  const std::string &
main = 
"");
 
   33  const std::string &
main,
 
   39  const std::string &
main,
 
   46  const std::string &
main,
 
   53  const std::string &
main);
 
   62  const std::string &
main = 
"");
 
   67  const std::string &
main = 
"");
 
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
 
symbol_tablet load_java_class_lazy(const std::string &java_class_name, const std::string &class_path, const std::string &main)
Go through the process of loading, type-checking and finalising loading a specific class file to buil...
 
symbol_tablet load_java_class(const std::string &java_class_name, const std::string &class_path, const std::string &main="")
Returns the symbol table from load_goto_model_from_java_class(const std::string &java_class_name,...
 
goto_modelt load_goto_model_from_java_class(const std::string &java_class_name, const std::string &class_path, const std::string &main, std::unique_ptr< languaget > &&java_lang, const cmdlinet &command_line)
Go through the process of loading, type-checking and finalising a specific class file to build a goto...