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

123 lines
3.9 KiB
Plaintext
Vendored

digraph annotatedLocalClass_kt {
graph [nodesep=3]
node [shape=box penwidth=2]
edge [penwidth=2]
subgraph cluster_0 {
color=red
0 [label="Enter file annotatedLocalClass.kt" style="filled" fillcolor=red];
1 [label="Exit file annotatedLocalClass.kt" style="filled" fillcolor=red];
}
0 -> {1} [color=green];
subgraph cluster_1 {
color=red
2 [label="Enter class Ann" style="filled" fillcolor=red];
subgraph cluster_2 {
color=blue
3 [label="Enter function <init>" style="filled" fillcolor=red];
4 [label="Delegated constructor call: super<R|kotlin/Any|>()" style="filled" fillcolor=yellow];
5 [label="Exit function <init>" style="filled" fillcolor=red];
}
6 [label="Exit class Ann" style="filled" fillcolor=red];
}
2 -> {3} [color=green];
2 -> {6} [style=dotted];
2 -> {3} [style=dashed];
3 -> {4};
4 -> {5};
5 -> {6} [color=green];
subgraph cluster_3 {
color=red
7 [label="Enter function foo" style="filled" fillcolor=red];
subgraph cluster_4 {
color=blue
8 [label="Enter block"];
subgraph cluster_5 {
color=blue
9 [label="Enter when"];
subgraph cluster_6 {
color=blue
10 [label="Enter when branch condition "];
11 [label="Access variable R|<local>/b|"];
12 [label="Exit when branch condition"];
}
13 [label="Synthetic else branch"];
14 [label="Enter when branch result"];
subgraph cluster_7 {
color=blue
15 [label="Enter block"];
16 [label="Jump: ^foo Unit"];
17 [label="Stub" style="filled" fillcolor=gray];
18 [label="Exit block" style="filled" fillcolor=gray];
}
19 [label="Exit when branch result" style="filled" fillcolor=gray];
20 [label="Exit when"];
}
21 [label="Local class declaration"];
subgraph cluster_8 {
color=blue
22 [label="Function call arguments enter"];
23 [label="Function call arguments exit"];
}
24 [label="Function call: R|/bar|()" style="filled" fillcolor=yellow];
25 [label="Exit block"];
}
26 [label="Exit function foo" style="filled" fillcolor=red];
}
subgraph cluster_9 {
color=blue
27 [label="Enter class Local" style="filled" fillcolor=red];
subgraph cluster_10 {
color=blue
28 [label="Enter function <init>" style="filled" fillcolor=red];
29 [label="Delegated constructor call: super<R|kotlin/Any|>()" style="filled" fillcolor=yellow];
30 [label="Exit function <init>" style="filled" fillcolor=red];
}
31 [label="Exit class Local" style="filled" fillcolor=red];
}
7 -> {8};
8 -> {9};
9 -> {10};
10 -> {11};
11 -> {12};
12 -> {13 14};
13 -> {20};
14 -> {15};
15 -> {16};
16 -> {26};
16 -> {17} [style=dotted];
17 -> {18} [style=dotted];
18 -> {19} [style=dotted];
19 -> {20} [style=dotted];
20 -> {21};
21 -> {22 27};
21 -> {27} [style=dashed];
22 -> {23};
23 -> {24};
24 -> {25};
25 -> {26};
27 -> {28};
27 -> {31} [style=dotted];
27 -> {28} [style=dashed];
28 -> {29};
29 -> {30};
30 -> {31} [color=green];
subgraph cluster_11 {
color=red
32 [label="Enter function bar" style="filled" fillcolor=red];
subgraph cluster_12 {
color=blue
33 [label="Enter block"];
34 [label="Exit block"];
}
35 [label="Exit function bar" style="filled" fillcolor=red];
}
32 -> {33};
33 -> {34};
34 -> {35};
}