Values passed around between most functions of the recursive deterministic assignment algorithm entered from assign_from_json. More...
symbol_table of this struct) and keeps track of them so declarations for them can be added by the caller before block. Values passed around between most functions of the recursive deterministic assignment algorithm entered from assign_from_json.
The values in a given object_creation_infot are never reassigned, but the ones that are not marked const may be mutated.
Definition at line 35 of file assignments_from_json.cpp.
Handles allocation of new symbols, adds them to its symbol table (which will usually be the same as the symbol_table of this struct) and keeps track of them so declarations for them can be added by the caller before block.
Definition at line 41 of file assignments_from_json.cpp.
Used for the workaround for enums only.
See assign_enum_from_json.
Definition at line 64 of file assignments_from_json.cpp.
Source location associated with the newly added codet.
Definition at line 56 of file assignments_from_json.cpp.
Maximum value allowed for any (constant or variable length) arrays in user code.
Definition at line 60 of file assignments_from_json.cpp.
Where runtime types differ from compile-time types, we need to mark the runtime types as needed by lazy methods.
Definition at line 48 of file assignments_from_json.cpp.
Map to keep track of reference-equal objects.
Each entry has an ID (such that any two reference-equal objects have the same ID) and the expression for the symbol that all these references point to.
Definition at line 53 of file assignments_from_json.cpp.
Used for looking up symbols corresponding to Java classes and methods.
Definition at line 44 of file assignments_from_json.cpp.