aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/whitequark/send_call.txt
blob: 639381d9e53373cdfa06c0a13d1e71806fdcbea8 (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: (1,0)-(3,8))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(3,8))
    └── body: (length: 2)
        ├── @ CallNode (location: (1,0)-(1,7))
        │   ├── receiver:
        │   │   @ CallNode (location: (1,0)-(1,3))
        │   │   ├── receiver: ∅
        │   │   ├── call_operator_loc: ∅
        │   │   ├── message_loc: (1,0)-(1,3) = "foo"
        │   │   ├── opening_loc: ∅
        │   │   ├── arguments: ∅
        │   │   ├── closing_loc: ∅
        │   │   ├── block: ∅
        │   │   ├── flags: variable_call
        │   │   └── name: "foo"
        │   ├── call_operator_loc: (1,3)-(1,4) = "."
        │   ├── message_loc: ∅
        │   ├── opening_loc: (1,4)-(1,5) = "("
        │   ├── arguments:
        │   │   @ ArgumentsNode (location: (1,5)-(1,6))
        │   │   └── arguments: (length: 1)
        │   │       └── @ IntegerNode (location: (1,5)-(1,6))
        │   │           └── flags: decimal
        │   ├── closing_loc: (1,6)-(1,7) = ")"
        │   ├── block: ∅
        │   ├── flags: ∅
        │   └── name: "call"
        └── @ CallNode (location: (3,0)-(3,8))
            ├── receiver:
            │   @ CallNode (location: (3,0)-(3,3))
            │   ├── receiver: ∅
            │   ├── call_operator_loc: ∅
            │   ├── message_loc: (3,0)-(3,3) = "foo"
            │   ├── opening_loc: ∅
            │   ├── arguments: ∅
            │   ├── closing_loc: ∅
            │   ├── block: ∅
            │   ├── flags: variable_call
            │   └── name: "foo"
            ├── call_operator_loc: (3,3)-(3,5) = "::"
            ├── message_loc: ∅
            ├── opening_loc: (3,5)-(3,6) = "("
            ├── arguments:
            │   @ ArgumentsNode (location: (3,6)-(3,7))
            │   └── arguments: (length: 1)
            │       └── @ IntegerNode (location: (3,6)-(3,7))
            │           └── flags: decimal
            ├── closing_loc: (3,7)-(3,8) = ")"
            ├── block: ∅
            ├── flags: ∅
            └── name: "call"