aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/whitequark/send_call.txt
blob: 425f16624e0af60002d9d2c88f24c9477db34b25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
@ ProgramNode (location: (0...17))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...17))
    └── body: (length: 2)
        ├── @ CallNode (location: (0...7))
        │   ├── receiver:
        │   │   @ CallNode (location: (0...3))
        │   │   ├── receiver: ∅
        │   │   ├── call_operator_loc: ∅
        │   │   ├── message_loc: (0...3) = "foo"
        │   │   ├── opening_loc: ∅
        │   │   ├── arguments: ∅
        │   │   ├── closing_loc: ∅
        │   │   ├── block: ∅
        │   │   ├── flags: variable_call
        │   │   └── name: "foo"
        │   ├── call_operator_loc: (3...4) = "."
        │   ├── message_loc: ∅
        │   ├── opening_loc: (4...5) = "("
        │   ├── arguments:
        │   │   @ ArgumentsNode (location: (5...6))
        │   │   └── arguments: (length: 1)
        │   │       └── @ IntegerNode (location: (5...6))
        │   │           └── flags: decimal
        │   ├── closing_loc: (6...7) = ")"
        │   ├── block: ∅
        │   ├── flags: ∅
        │   └── name: "call"
        └── @ CallNode (location: (9...17))
            ├── receiver:
            │   @ CallNode (location: (9...12))
            │   ├── receiver: ∅
            │   ├── call_operator_loc: ∅
            │   ├── message_loc: (9...12) = "foo"
            │   ├── opening_loc: ∅
            │   ├── arguments: ∅
            │   ├── closing_loc: ∅
            │   ├── block: ∅
            │   ├── flags: variable_call
            │   └── name: "foo"
            ├── call_operator_loc: (12...14) = "::"
            ├── message_loc: ∅
            ├── opening_loc: (14...15) = "("
            ├── arguments:
            │   @ ArgumentsNode (location: (15...16))
            │   └── arguments: (length: 1)
            │       └── @ IntegerNode (location: (15...16))
            │           └── flags: decimal
            ├── closing_loc: (16...17) = ")"
            ├── block: ∅
            ├── flags: ∅
            └── name: "call"