We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5524078 commit 12ca989Copy full SHA for 12ca989
src/java_bytecode/java_root_class.cpp
@@ -57,7 +57,8 @@ void java_root_class(symbolt &class_symbol)
57
/// \param jlo [out] : object to initialize
58
/// \param root_type: type of the root class
59
/// \param lock: lock field
60
-/// \param class_identifier: class identifier field
+/// \param class_identifier: class identifier field, generally begins with
61
+/// "java::" prefix.
62
void java_root_class_init(
63
struct_exprt &jlo,
64
const struct_typet &root_type,
0 commit comments