This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
sp-04/test-output/staticFieldReadMethod.combined.dot
2023-10-18 23:10:43 +02:00

10 lines
383 B
Text

digraph combined {
label="staticFieldReadMethod"
-1 [shape=record,style=filled,label="-1|entry"]
-2 [shape=record,label="-2|exit"]
0 [shape=record,label="0|{0: // label\l|1: // line number information\l|2: GETSTATIC ExampleClass.staticField Ljava/lang/String;\l|3: ARETURN \l}"]
-1 -> 0 [label=""]
0 -> -2 [label=""]
0 -> -2 [style=dotted]
-1 -> 0 [style=dotted]
}