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/instanceCallMethod.combined.dot
2023-10-18 23:10:43 +02:00

10 lines
452 B
Text

digraph combined {
label="instanceCallMethod"
-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: ALOAD 1\l|3: INVOKEVIRTUAL ExampleClass.instanceCallTarget ()V\l|4: // label\l|5: // line number information\l|6: ICONST_2 \l|7: IRETURN \l}"]
-1 -> 0 [label=""]
0 -> -2 [label=""]
-1 -> 0 [style=dotted]
0 -> -2 [style=dotted]
}