aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/whitequark/class.txt
blob: 60fb7b32e99fe818badd081a9936559c6fe4a7d4 (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...29))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...29))
    └── body: (length: 2)
        ├── @ ClassNode (location: (0...13))
        │   ├── locals: []
        │   ├── class_keyword_loc: (0...5) = "class"
        │   ├── constant_path:
        │   │   @ ConstantReadNode (location: (6...9))
        │   │   └── name: :Foo
        │   ├── inheritance_operator_loc: ∅
        │   ├── superclass: ∅
        │   ├── body: ∅
        │   ├── end_keyword_loc: (10...13) = "end"
        │   └── name: :Foo
        └── @ ClassNode (location: (15...29))
            ├── locals: []
            ├── class_keyword_loc: (15...20) = "class"
            ├── constant_path:
            │   @ ConstantReadNode (location: (21...24))
            │   └── name: :Foo
            ├── inheritance_operator_loc: ∅
            ├── superclass: ∅
            ├── body: ∅
            ├── end_keyword_loc: (26...29) = "end"
            └── name: :Foo