File tree 1 file changed +56
-4
lines changed
1 file changed +56
-4
lines changed Original file line number Diff line number Diff line change 1
1
\ingroup module_hidden
2
2
\defgroup java_bytecode java_bytecode
3
3
4
- # Folder java_bytecode
5
-
6
4
This module provides a front end for Java.
7
5
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
9
7
10
8
To be documented.
11
9
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
13
27
14
28
To be documented.
15
29
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
+
16
68
\section java-bytecode-conversion-example-section A worked example of converting java bytecode to codet
17
69
18
70
To be documented.
You can’t perform that action at this time.
0 commit comments