summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/or_asgn.txt
blob: c0ded24b933dbe292e181418edb2566e8cb4610e (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
54
55
56
57
58
59
@ ProgramNode (location: (1,0)-(3,15))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(3,15))
    └── body: (length: 2)
        ├── @ CallOrWriteNode (location: (1,0)-(1,11))
        │   ├── flags: ∅
        │   ├── receiver:
        │   │   @ CallNode (location: (1,0)-(1,3))
        │   │   ├── flags: variable_call, ignore_visibility
        │   │   ├── receiver: ∅
        │   │   ├── call_operator_loc: ∅
        │   │   ├── name: :foo
        │   │   ├── message_loc: (1,0)-(1,3) = "foo"
        │   │   ├── opening_loc: ∅
        │   │   ├── arguments: ∅
        │   │   ├── closing_loc: ∅
        │   │   └── block: ∅
        │   ├── call_operator_loc: (1,3)-(1,4) = "."
        │   ├── message_loc: (1,4)-(1,5) = "a"
        │   ├── read_name: :a
        │   ├── write_name: :a=
        │   ├── operator_loc: (1,6)-(1,9) = "||="
        │   └── value:
        │       @ IntegerNode (location: (1,10)-(1,11))
        │       ├── flags: decimal
        │       └── value: 1
        └── @ IndexOrWriteNode (location: (3,0)-(3,15))
            ├── flags: ∅
            ├── receiver:
            │   @ CallNode (location: (3,0)-(3,3))
            │   ├── flags: variable_call, ignore_visibility
            │   ├── receiver: ∅
            │   ├── call_operator_loc: ∅
            │   ├── name: :foo
            │   ├── message_loc: (3,0)-(3,3) = "foo"
            │   ├── opening_loc: ∅
            │   ├── arguments: ∅
            │   ├── closing_loc: ∅
            │   └── block: ∅
            ├── call_operator_loc: ∅
            ├── opening_loc: (3,3)-(3,4) = "["
            ├── arguments:
            │   @ ArgumentsNode (location: (3,4)-(3,8))
            │   ├── flags: ∅
            │   └── arguments: (length: 2)
            │       ├── @ IntegerNode (location: (3,4)-(3,5))
            │       │   ├── flags: decimal
            │       │   └── value: 0
            │       └── @ IntegerNode (location: (3,7)-(3,8))
            │           ├── flags: decimal
            │           └── value: 1
            ├── closing_loc: (3,8)-(3,9) = "]"
            ├── block: ∅
            ├── operator_loc: (3,10)-(3,13) = "||="
            └── value:
                @ IntegerNode (location: (3,14)-(3,15))
                ├── flags: decimal
                └── value: 2