aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/call_assoc.txt
blob: 75eca7f7fe2fdb328c9ada3b47c72d34814277e2 (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
@ ProgramNode (location: (0...7))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...7))
    └── body: (length: 1)
        └── @ CallNode (location: (0...7))
            ├── receiver: ∅
            ├── call_operator_loc: ∅
            ├── message_loc: (0...1) = "f"
            ├── opening_loc: (1...2) = "("
            ├── arguments:
            │   @ ArgumentsNode (location: (2...6))
            │   └── arguments: (length: 1)
            │       └── @ KeywordHashNode (location: (2...6))
            │           └── elements: (length: 1)
            │               └── @ AssocNode (location: (2...6))
            │                   ├── key:
            │                   │   @ IntegerNode (location: (2...3))
            │                   │   └── flags: decimal
            │                   ├── value:
            │                   │   @ IntegerNode (location: (5...6))
            │                   │   └── flags: decimal
            │                   └── operator_loc: (3...5) = "=>"
            ├── closing_loc: (6...7) = ")"
            ├── block: ∅
            ├── flags: 
            └── name: "f"