aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/whitequark/break.txt
blob: f83a13166aa09f46a78543e7039257e81d7dd83c (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...37))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...37))
    └── body: (length: 4)
        ├── @ BreakNode (location: (0...5))
        │   ├── arguments: ∅
        │   └── keyword_loc: (0...5) = "break"
        ├── @ BreakNode (location: (7...16))
        │   ├── arguments:
        │   │   @ ArgumentsNode (location: (13...16))
        │   │   └── arguments: (length: 1)
        │   │       └── @ CallNode (location: (13...16))
        │   │           ├── receiver: ∅
        │   │           ├── call_operator_loc: ∅
        │   │           ├── message_loc: (13...16) = "foo"
        │   │           ├── opening_loc: ∅
        │   │           ├── arguments: ∅
        │   │           ├── closing_loc: ∅
        │   │           ├── block: ∅
        │   │           ├── flags: variable_call
        │   │           └── name: "foo"
        │   └── keyword_loc: (7...12) = "break"
        ├── @ BreakNode (location: (18...25))
        │   ├── arguments:
        │   │   @ ArgumentsNode (location: (23...25))
        │   │   └── arguments: (length: 1)
        │   │       └── @ ParenthesesNode (location: (23...25))
        │   │           ├── body: ∅
        │   │           ├── opening_loc: (23...24) = "("
        │   │           └── closing_loc: (24...25) = ")"
        │   └── keyword_loc: (18...23) = "break"
        └── @ BreakNode (location: (27...37))
            ├── arguments:
            │   @ ArgumentsNode (location: (32...37))
            │   └── arguments: (length: 1)
            │       └── @ ParenthesesNode (location: (32...37))
            │           ├── body:
            │           │   @ StatementsNode (location: (33...36))
            │           │   └── body: (length: 1)
            │           │       └── @ CallNode (location: (33...36))
            │           │           ├── receiver: ∅
            │           │           ├── call_operator_loc: ∅
            │           │           ├── message_loc: (33...36) = "foo"
            │           │           ├── opening_loc: ∅
            │           │           ├── arguments: ∅
            │           │           ├── closing_loc: ∅
            │           │           ├── block: ∅
            │           │           ├── flags: variable_call
            │           │           └── name: "foo"
            │           ├── opening_loc: (32...33) = "("
            │           └── closing_loc: (36...37) = ")"
            └── keyword_loc: (27...32) = "break"