#include "java_root_class.h"#include <goto-programs/class_identifier.h>#include <util/arith_tools.h>#include <util/symbol.h>Go to the source code of this file.
Create components to an object of the root class (usually java.lang.Object) Specifically, we add a new component, '@class_identifier'.
This used primary to replace an expression like 'e instanceof A' with 'e.@class_identifier == "A"'
Definition at line 20 of file java_root_class.cpp.
Adds members for an object of the root class (usually java.lang.Object).
Definition at line 41 of file java_root_class.cpp.