Files
2023-12-08 14:32:22 +00:00

347 lines
13 KiB
Plaintext
Vendored

digraph tryCatch_kt {
graph [nodesep=3]
node [shape=box penwidth=2]
edge [penwidth=2]
subgraph cluster_0 {
color=red
0 [label="Enter file tryCatch.kt" style="filled" fillcolor=red];
1 [label="Exit file tryCatch.kt" style="filled" fillcolor=red];
}
0 -> {1} [color=green];
subgraph cluster_1 {
color=red
2 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_2 {
color=blue
3 [label="Enter block"];
subgraph cluster_3 {
color=blue
4 [label="Try expression enter"];
subgraph cluster_4 {
color=blue
5 [label="Try main block enter"];
subgraph cluster_5 {
color=blue
6 [label="Enter block"];
7 [label="Const: Int(1)"];
8 [label="Variable declaration: lval x: R|kotlin/Int|"];
9 [label="Exit block"];
}
10 [label="Try main block exit"];
}
subgraph cluster_6 {
color=blue
11 [label="Catch enter"];
12 [label="Variable declaration: e: R|kotlin/RuntimeException|"];
subgraph cluster_7 {
color=blue
13 [label="Enter block"];
14 [label="Const: Int(2)"];
15 [label="Variable declaration: lval y: R|kotlin/Int|"];
16 [label="Exit block"];
}
17 [label="Catch exit"];
}
subgraph cluster_8 {
color=blue
18 [label="Catch enter"];
19 [label="Variable declaration: e: R|kotlin/Exception|"];
subgraph cluster_9 {
color=blue
20 [label="Enter block"];
21 [label="Const: Int(3)"];
22 [label="Variable declaration: lval z: R|kotlin/Int|"];
23 [label="Exit block"];
}
24 [label="Catch exit"];
}
25 [label="Try expression exit"];
}
26 [label="Exit block"];
}
27 [label="Exit function test_1" style="filled" fillcolor=red];
}
2 -> {3};
3 -> {4};
4 -> {5 11 18};
5 -> {6};
6 -> {7};
7 -> {8};
8 -> {9};
9 -> {10};
10 -> {11 18 25};
11 -> {12};
12 -> {13};
13 -> {14};
14 -> {15};
15 -> {16};
16 -> {17};
17 -> {25};
18 -> {19};
19 -> {20};
20 -> {21};
21 -> {22};
22 -> {23};
23 -> {24};
24 -> {25};
25 -> {26};
26 -> {27};
subgraph cluster_10 {
color=red
28 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_11 {
color=blue
29 [label="Enter block"];
subgraph cluster_12 {
color=blue
30 [label="Try expression enter"];
subgraph cluster_13 {
color=blue
31 [label="Try main block enter"];
subgraph cluster_14 {
color=blue
32 [label="Enter block"];
33 [label="Const: Int(1)"];
34 [label="Exit block"];
}
35 [label="Try main block exit"];
}
subgraph cluster_15 {
color=blue
36 [label="Catch enter"];
37 [label="Variable declaration: e: R|kotlin/Exception|"];
subgraph cluster_16 {
color=blue
38 [label="Enter block"];
39 [label="Const: Int(2)"];
40 [label="Exit block"];
}
41 [label="Catch exit"];
}
42 [label="Try expression exit"];
}
43 [label="Variable declaration: lval x: R|kotlin/Int|"];
44 [label="Exit block"];
}
45 [label="Exit function test_2" style="filled" fillcolor=red];
}
28 -> {29};
29 -> {30};
30 -> {31 36};
31 -> {32};
32 -> {33};
33 -> {34};
34 -> {35};
35 -> {36 42};
36 -> {37};
37 -> {38};
38 -> {39};
39 -> {40};
40 -> {41};
41 -> {42};
42 -> {43};
43 -> {44};
44 -> {45};
subgraph cluster_17 {
color=red
46 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_18 {
color=blue
47 [label="Enter block"];
subgraph cluster_19 {
color=blue
48 [label="Enter while loop"];
subgraph cluster_20 {
color=blue
49 [label="Enter loop condition"];
50 [label="Const: Boolean(true)"];
51 [label="Exit loop condition"];
}
subgraph cluster_21 {
color=blue
52 [label="Enter loop block"];
subgraph cluster_22 {
color=blue
53 [label="Enter block"];
subgraph cluster_23 {
color=blue
54 [label="Try expression enter"];
subgraph cluster_24 {
color=blue
55 [label="Try main block enter"];
subgraph cluster_25 {
color=blue
56 [label="Enter block"];
subgraph cluster_26 {
color=blue
57 [label="Enter when"];
subgraph cluster_27 {
color=blue
58 [label="Enter when branch condition "];
59 [label="Access variable R|<local>/b|"];
60 [label="Exit when branch condition"];
}
61 [label="Synthetic else branch"];
62 [label="Enter when branch result"];
subgraph cluster_28 {
color=blue
63 [label="Enter block"];
64 [label="Jump: ^test_3 Unit"];
65 [label="Stub" style="filled" fillcolor=gray];
66 [label="Exit block" style="filled" fillcolor=gray];
}
67 [label="Exit when branch result" style="filled" fillcolor=gray];
68 [label="Exit when"];
}
69 [label="Const: Int(1)"];
70 [label="Variable declaration: lval x: R|kotlin/Int|"];
subgraph cluster_29 {
color=blue
71 [label="Enter when"];
subgraph cluster_30 {
color=blue
72 [label="Enter when branch condition "];
subgraph cluster_31 {
color=blue
73 [label="Function call arguments enter"];
74 [label="Access variable R|<local>/b|"];
75 [label="Function call arguments exit"];
}
76 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()" style="filled" fillcolor=yellow];
77 [label="Exit when branch condition"];
}
78 [label="Synthetic else branch"];
79 [label="Enter when branch result"];
subgraph cluster_32 {
color=blue
80 [label="Enter block"];
81 [label="Jump: break@@@[Boolean(true)] "];
82 [label="Stub" style="filled" fillcolor=gray];
83 [label="Exit block" style="filled" fillcolor=gray];
}
84 [label="Exit when branch result" style="filled" fillcolor=gray];
85 [label="Exit when"];
}
86 [label="Exit block"];
}
87 [label="Try main block exit"];
}
subgraph cluster_33 {
color=blue
88 [label="Catch enter"];
89 [label="Variable declaration: e: R|kotlin/Exception|"];
subgraph cluster_34 {
color=blue
90 [label="Enter block"];
91 [label="Jump: continue@@@[Boolean(true)] "];
92 [label="Stub" style="filled" fillcolor=gray];
93 [label="Exit block" style="filled" fillcolor=gray];
}
94 [label="Catch exit" style="filled" fillcolor=gray];
}
subgraph cluster_35 {
color=blue
95 [label="Catch enter"];
96 [label="Variable declaration: e: R|kotlin/RuntimeException|"];
subgraph cluster_36 {
color=blue
97 [label="Enter block"];
98 [label="Jump: break@@@[Boolean(true)] "];
99 [label="Stub" style="filled" fillcolor=gray];
100 [label="Exit block" style="filled" fillcolor=gray];
}
101 [label="Catch exit" style="filled" fillcolor=gray];
}
102 [label="Try expression exit"];
}
103 [label="Const: Int(2)"];
104 [label="Variable declaration: lval y: R|kotlin/Int|"];
105 [label="Exit block"];
}
106 [label="Exit loop block"];
}
107 [label="Exit while loop"];
}
108 [label="Const: Int(3)"];
109 [label="Variable declaration: lval z: R|kotlin/Int|"];
110 [label="Exit block"];
}
111 [label="Exit function test_3" style="filled" fillcolor=red];
}
46 -> {47};
47 -> {48};
48 -> {49};
49 -> {50};
50 -> {51};
51 -> {52};
51 -> {107} [style=dotted];
52 -> {53};
53 -> {54};
54 -> {55 88 95};
55 -> {56};
56 -> {57};
57 -> {58};
58 -> {59};
59 -> {60};
60 -> {61 62};
61 -> {68};
62 -> {63};
63 -> {64};
64 -> {111};
64 -> {65} [style=dotted];
65 -> {66} [style=dotted];
66 -> {67} [style=dotted];
67 -> {68} [style=dotted];
68 -> {69};
69 -> {70};
70 -> {71};
71 -> {72};
72 -> {73};
73 -> {74};
74 -> {75};
75 -> {76};
76 -> {77};
77 -> {78 79};
78 -> {85};
79 -> {80};
80 -> {81};
81 -> {107};
81 -> {82} [style=dotted];
82 -> {83} [style=dotted];
83 -> {84} [style=dotted];
84 -> {85} [style=dotted];
85 -> {86};
86 -> {87};
87 -> {88 95 102};
88 -> {89};
89 -> {90};
90 -> {91};
91 -> {49} [color=green style=dashed];
91 -> {92} [style=dotted];
92 -> {93} [style=dotted];
93 -> {94} [style=dotted];
94 -> {102} [style=dotted];
95 -> {96};
96 -> {97};
97 -> {98};
98 -> {107};
98 -> {99} [style=dotted];
99 -> {100} [style=dotted];
100 -> {101} [style=dotted];
101 -> {102} [style=dotted];
102 -> {103};
103 -> {104};
104 -> {105};
105 -> {106};
106 -> {49} [color=green style=dashed];
107 -> {108};
108 -> {109};
109 -> {110};
110 -> {111};
}