| digraph implicitResolveWithJump_kts { |
| graph [nodesep=3] |
| node [shape=box penwidth=2] |
| edge [penwidth=2] |
| |
| subgraph cluster_0 { |
| color=red |
| 0 [label="Enter file implicitResolveWithJump.kts [1]" style="filled" fillcolor=red]; |
| 1 [label="Exit file implicitResolveWithJump.kts [1]" style="filled" fillcolor=red]; |
| } |
| 0 -> {1} [color=green]; |
| |
| subgraph cluster_1 { |
| color=red |
| 2 [label="Enter class <script-implicitResolveWithJump.kts> [2]" style="filled" fillcolor=red]; |
| subgraph cluster_2 { |
| color=blue |
| 3 [label="Enter property [3]" style="filled" fillcolor=red]; |
| subgraph cluster_3 { |
| color=blue |
| 4 [label="Function call arguments enter [3]"]; |
| 5 [label="Access qualifier /A [3]"]; |
| 6 [label="Access variable R|/A.a| [3]"]; |
| 7 [label="Access qualifier /B [3]"]; |
| 8 [label="Access variable R|/B.b| [3]"]; |
| 9 [label="Function call arguments exit [3]"]; |
| } |
| 10 [label="Function call: Q|A|.R|/A.a|.R|kotlin/String.plus|(...) [3]" style="filled" fillcolor=yellow]; |
| 11 [label="Exit property [3]" style="filled" fillcolor=red]; |
| } |
| 12 [label="Exit class <script-implicitResolveWithJump.kts> [2]" style="filled" fillcolor=red]; |
| } |
| 2 -> {3} [color=green]; |
| 2 -> {12} [style=dotted]; |
| 2 -> {3} [style=dashed]; |
| 3 -> {4}; |
| 4 -> {5}; |
| 5 -> {6}; |
| 6 -> {7}; |
| 7 -> {8}; |
| 8 -> {9}; |
| 9 -> {10}; |
| 10 -> {11}; |
| 11 -> {12} [color=green]; |
| |
| subgraph cluster_4 { |
| color=red |
| 13 [label="Enter class A [3]" style="filled" fillcolor=red]; |
| subgraph cluster_5 { |
| color=blue |
| 14 [label="Enter function <init> [4]" style="filled" fillcolor=red]; |
| 15 [label="Delegated constructor call: super<R|kotlin/Any|>() [4]" style="filled" fillcolor=yellow]; |
| 16 [label="Exit function <init> [4]" style="filled" fillcolor=red]; |
| } |
| subgraph cluster_6 { |
| color=blue |
| 17 [label="Enter property [4]" style="filled" fillcolor=red]; |
| subgraph cluster_7 { |
| color=blue |
| 18 [label="Function call arguments enter [4]"]; |
| 19 [label="Access variable R|kotlin/script/templates/standard/ScriptTemplateWithArgs.args| [4]"]; |
| 20 [label="Const: Int(1) [4]"]; |
| 21 [label="Function call arguments exit [4]"]; |
| } |
| 22 [label="Function call: this@R|?|.R|kotlin/script/templates/standard/ScriptTemplateWithArgs.args|.R|SubstitutionOverride<kotlin/Array.get: R|kotlin/String|>|(...) [4]" style="filled" fillcolor=yellow]; |
| 23 [label="Exit property [4]" style="filled" fillcolor=red]; |
| } |
| 24 [label="Exit class A [3]" style="filled" fillcolor=red]; |
| } |
| 13 -> {14} [color=green]; |
| 13 -> {24} [style=dotted]; |
| 13 -> {14 17} [style=dashed]; |
| 14 -> {15}; |
| 15 -> {16}; |
| 16 -> {17} [color=green]; |
| 17 -> {18}; |
| 18 -> {19}; |
| 19 -> {20}; |
| 20 -> {21}; |
| 21 -> {22}; |
| 22 -> {23}; |
| 23 -> {24} [color=green]; |
| |
| subgraph cluster_8 { |
| color=red |
| 25 [label="Enter class B [3]" style="filled" fillcolor=red]; |
| subgraph cluster_9 { |
| color=blue |
| 26 [label="Enter function <init> [4]" style="filled" fillcolor=red]; |
| 27 [label="Delegated constructor call: super<R|kotlin/Any|>() [4]" style="filled" fillcolor=yellow]; |
| 28 [label="Exit function <init> [4]" style="filled" fillcolor=red]; |
| } |
| subgraph cluster_10 { |
| color=blue |
| 29 [label="Enter property [4]" style="filled" fillcolor=red]; |
| subgraph cluster_11 { |
| color=blue |
| 30 [label="Function call arguments enter [4]"]; |
| 31 [label="Access variable R|kotlin/script/templates/standard/ScriptTemplateWithArgs.args| [4]"]; |
| 32 [label="Const: Int(2) [4]"]; |
| 33 [label="Function call arguments exit [4]"]; |
| } |
| 34 [label="Function call: this@R|?|.R|kotlin/script/templates/standard/ScriptTemplateWithArgs.args|.R|SubstitutionOverride<kotlin/Array.get: R|kotlin/String|>|(...) [4]" style="filled" fillcolor=yellow]; |
| 35 [label="Exit property [4]" style="filled" fillcolor=red]; |
| } |
| 36 [label="Exit class B [3]" style="filled" fillcolor=red]; |
| } |
| 25 -> {26} [color=green]; |
| 25 -> {36} [style=dotted]; |
| 25 -> {26 29} [style=dashed]; |
| 26 -> {27}; |
| 27 -> {28}; |
| 28 -> {29} [color=green]; |
| 29 -> {30}; |
| 30 -> {31}; |
| 31 -> {32}; |
| 32 -> {33}; |
| 33 -> {34}; |
| 34 -> {35}; |
| 35 -> {36} [color=green]; |
| |
| } |