12 #ifndef CPROVER_JAVA_BYTECODE_JAVA_BYTECODE_CONVERT_CLASS_H 13 #define CPROVER_JAVA_BYTECODE_JAVA_BYTECODE_CONVERT_CLASS_H 15 #include <unordered_set> 27 size_t max_array_length,
30 const std::unordered_set<std::string> &no_load_classes);
34 std::vector<java_annotationt> &annotations);
37 const std::vector<java_annotationt> &java_annotations,
50 const std::string &outer,
51 const std::string &inner)
53 "Missing outer class symbol: " + outer +
", for class " + inner)
58 #endif // CPROVER_JAVA_BYTECODE_JAVA_BYTECODE_CONVERT_CLASS_H void convert_annotations(const java_bytecode_parse_treet::annotationst &parsed_annotations, std::vector< java_annotationt > &annotations)
Convert parsed annotations into the symbol table.
std::vector< annotationt > annotationst
void mark_java_implicitly_generic_class_type(const irep_idt &class_name, symbol_tablet &symbol_table)
Checks if the class is implicitly generic, i.e., it is an inner class of any generic class.
std::list< java_bytecode_parse_treet > parse_tree_with_overlayst
A list of parse trees supporting overlay classes.
missing_outer_class_symbol_exceptiont(const std::string &outer, const std::string &inner)
bool java_bytecode_convert_class(const java_class_loadert::parse_tree_with_overlayst &parse_trees, symbol_tablet &symbol_table, message_handlert &message_handler, size_t max_array_length, method_bytecodet &, java_string_library_preprocesst &string_preprocess, const std::unordered_set< std::string > &no_load_classes)
See class java_bytecode_convert_classt.
dstringt has one field, an unsigned integer no which is an index into a static table of strings.
An exception that is raised checking whether a class is implicitly generic if a symbol for an outer c...
void convert_java_annotations(const std::vector< java_annotationt > &java_annotations, java_bytecode_parse_treet::annotationst &annotations)
Convert java annotations, e.g.