10 #ifndef CPROVER_JAVA_BYTECODE_JAVA_ROOT_CLASS_H 11 #define CPROVER_JAVA_BYTECODE_JAVA_ROOT_CLASS_H 26 #endif // CPROVER_JAVA_BYTECODE_JAVA_ROOT_CLASS_H void java_root_class(class symbolt &class_symbol)
Create components to an object of the root class (usually java.lang.Object) Specifically, we add a new component, '@class_identifier'.
void java_root_class_init(struct_exprt &jlo, const struct_typet &root_type, const irep_idt &class_identifier)
Adds members for an object of the root class (usually java.lang.Object).
Structure type, corresponds to C style structs.
API to expression classes.
dstringt has one field, an unsigned integer no which is an index into a static table of strings...
Struct constructor from list of elements.