aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/whitequark/while_mod.txt
blob: d123a4deff46ed7210bbb971b9a047e4cdf45a7c (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
@ ProgramNode (location: (0...14))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...14))
    └── body: (length: 1)
        └── @ WhileNode (location: (0...14))
            ├── keyword_loc: (5...10) = "while"
            ├── closing_loc: ∅
            ├── predicate:
            │   @ CallNode (location: (11...14))
            │   ├── receiver: ∅
            │   ├── call_operator_loc: ∅
            │   ├── message_loc: (11...14) = "foo"
            │   ├── opening_loc: ∅
            │   ├── arguments: ∅
            │   ├── closing_loc: ∅
            │   ├── block: ∅
            │   ├── flags: variable_call
            │   └── name: "foo"
            ├── statements:
            │   @ StatementsNode (location: (0...4))
            │   └── body: (length: 1)
            │       └── @ CallNode (location: (0...4))
            │           ├── receiver: ∅
            │           ├── call_operator_loc: ∅
            │           ├── message_loc: (0...4) = "meth"
            │           ├── opening_loc: ∅
            │           ├── arguments: ∅
            │           ├── closing_loc: ∅
            │           ├── block: ∅
            │           ├── flags: variable_call
            │           └── name: "meth"
            └── flags: ∅