Skip to content

Commit 0b7c4fb

Browse files
author
John Nonweiler
committed
Add sections to java_bytecode/README.md
1 parent 0661075 commit 0b7c4fb

File tree

1 file changed

+56
-4
lines changed

1 file changed

+56
-4
lines changed

jbmc/src/java_bytecode/README.md

Lines changed: 56 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,70 @@
11
\ingroup module_hidden
22
\defgroup java_bytecode java_bytecode
33

4-
# Folder java_bytecode
5-
64
This module provides a front end for Java.
75

8-
\section java-class-section How a java program / class is represented in a .class
6+
\section java-bytecode-conversion-section The 2 step conversion from bytecode to codet
97

108
To be documented.
119

12-
\section java-bytecode-conversion-section The 2 step conversion from bytecode to codet
10+
\section java-bytecode-object-factory Object Factory
11+
12+
To be documented.
13+
14+
\subsection java-bytecode-pointer-type-selection Pointer type selection
15+
16+
To be documented.
17+
18+
\subsection java-bytecode-genereic-substitution Generic substitution
19+
20+
To be documented.
21+
22+
\section java-bytecode-parsing Java bytecode parsing (parser, convert_class, convert_method)
23+
24+
To be documented.
25+
26+
\subsection java-class-section How a java program / class is represented in a .class
1327

1428
To be documented.
1529

30+
\section java-bytecode-runtime-exceptions Adding runtime exceptions (java_bytecode_instrument)
31+
32+
To be documented.
33+
34+
\section java-bytecode-concurrency-instrumentation Concurrency instrumentation
35+
36+
To be documented.
37+
38+
\section java-bytecode-remove-java-new Remove java new
39+
40+
To be documented.
41+
42+
\section java-bytecode-remove-exceptions remove_exceptions
43+
44+
To be documented.
45+
46+
\section java-bytecode-method-stubbing Method stubbing
47+
48+
To be documented.
49+
50+
\section java-bytecode-lazy-methods-v1 Context Insensitive lazy methods (aka lazy methods v1)
51+
52+
To be documented.
53+
54+
\section java-bytecode-core-models-library Core Models Library
55+
56+
To be documented.
57+
58+
\section java-bytecode-java-types java_types
59+
60+
To be documented.
61+
62+
\section java-bytecode-string-library String library
63+
64+
To be documented.
65+
66+
See also \ref string-solver-interface.
67+
1668
\section java-bytecode-conversion-example-section A worked example of converting java bytecode to codet
1769

1870
To be documented.

0 commit comments

Comments
 (0)