10 lines
434 B
Text
10 lines
434 B
Text
digraph combined {
|
|
label="staticCallMethod"
|
|
-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: INVOKESTATIC ExampleClass.staticCallTarget ()V\l|3: // label\l|4: // line number information\l|5: ICONST_2 \l|6: IRETURN \l}"]
|
|
-1 -> 0 [label=""]
|
|
0 -> -2 [label=""]
|
|
-1 -> 0 [style=dotted]
|
|
0 -> -2 [style=dotted]
|
|
}
|