You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jbmc/src/java_bytecode/README.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,19 +8,20 @@ This module provides a front end for Java.
8
8
To be documented.
9
9
\subsection java-bytecode-lowering-to-goto Lowering to GOTO
10
10
11
-
The Java language contains highlevel programming concepts like virtual functions and throw/catch semantics. We need to rewrite these in terms of other, more fundamental operations in order to analyse it. This operation is referred to as "lowering".
11
+
The Java language contains high-level programming concepts like virtual functions and throw/catch semantics. These need to be rewritten in terms of other, more fundamental operations in order to analyse the Java program. This operation is referred to as "lowering".
12
12
13
-
The following lowering operations are done on java bytecode after converting into a basic codet representation.
13
+
The following lowering operations are done on Java bytecode after converting into a basic `codet` representation.
0 commit comments