Go to the documentation of this file.
12 #ifndef CPROVER_JAVA_BYTECODE_LAMBDA_SYNTHESIS_H
13 #define CPROVER_JAVA_BYTECODE_LAMBDA_SYNTHESIS_H
26 std::size_t instruction_address);
47 #endif // CPROVER_JAVA_BYTECODE_LAMBDA_SYNTHESIS_H
dstringt has one field, an unsigned integer no which is an index into a static table of strings.
irep_idt lambda_synthetic_class_name(const irep_idt &method_identifier, std::size_t instruction_address)
codet invokedynamic_synthetic_constructor(const irep_idt &function_id, symbol_table_baset &symbol_table, message_handlert &message_handler)
Create invokedynamic synthetic constructor.
void create_invokedynamic_synthetic_classes(const irep_idt &method_identifier, const java_bytecode_parse_treet::methodt::instructionst &instructions, symbol_tablet &symbol_table, synthetic_methods_mapt &synthetic_methods, message_handlert &message_handler)
std::vector< instructiont > instructionst
std::unordered_map< irep_idt, synthetic_method_typet > synthetic_methods_mapt
Maps method names on to a synthetic method kind.
The symbol table base class interface.
codet invokedynamic_synthetic_method(const irep_idt &function_id, symbol_table_baset &symbol_table, message_handlert &message_handler)
Create invokedynamic synthetic method.
Data structure for representing an arbitrary statement in a program.