@ ProgramNode (location: (1,0)-(19,2))
├── flags: ∅
├── locals: [:x]
└── statements:
    @ StatementsNode (location: (1,0)-(19,2))
    ├── flags: ∅
    └── body: (length: 8)
        ├── @ AndNode (location: (1,0)-(1,25))
        │   ├── flags: newline
        │   ├── left:
        │   │   @ DefinedNode (location: (1,0)-(1,10))
        │   │   ├── flags: ∅
        │   │   ├── lparen_loc: ∅
        │   │   ├── value:
        │   │   │   @ IntegerNode (location: (1,9)-(1,10))
        │   │   │   ├── flags: static_literal, decimal
        │   │   │   └── value: 1
        │   │   ├── rparen_loc: ∅
        │   │   └── keyword_loc: (1,0)-(1,8) = "defined?"
        │   ├── right:
        │   │   @ DefinedNode (location: (1,15)-(1,25))
        │   │   ├── flags: ∅
        │   │   ├── lparen_loc: ∅
        │   │   ├── value:
        │   │   │   @ IntegerNode (location: (1,24)-(1,25))
        │   │   │   ├── flags: static_literal, decimal
        │   │   │   └── value: 2
        │   │   ├── rparen_loc: ∅
        │   │   └── keyword_loc: (1,15)-(1,23) = "defined?"
        │   └── operator_loc: (1,11)-(1,14) = "and"
        ├── @ DefinedNode (location: (3,0)-(3,16))
        │   ├── flags: newline
        │   ├── lparen_loc: (3,8)-(3,9) = "("
        │   ├── value:
        │   │   @ LocalVariableOperatorWriteNode (location: (3,9)-(3,15))
        │   │   ├── flags: ∅
        │   │   ├── name_loc: (3,9)-(3,10) = "x"
        │   │   ├── binary_operator_loc: (3,11)-(3,13) = "%="
        │   │   ├── value:
        │   │   │   @ IntegerNode (location: (3,14)-(3,15))
        │   │   │   ├── flags: static_literal, decimal
        │   │   │   └── value: 2
        │   │   ├── name: :x
        │   │   ├── binary_operator: :%
        │   │   └── depth: 0
        │   ├── rparen_loc: (3,15)-(3,16) = ")"
        │   └── keyword_loc: (3,0)-(3,8) = "defined?"
        ├── @ DefinedNode (location: (5,0)-(5,21))
        │   ├── flags: newline
        │   ├── lparen_loc: (5,8)-(5,9) = "("
        │   ├── value:
        │   │   @ AndNode (location: (5,9)-(5,20))
        │   │   ├── flags: ∅
        │   │   ├── left:
        │   │   │   @ CallNode (location: (5,9)-(5,12))
        │   │   │   ├── flags: variable_call, ignore_visibility
        │   │   │   ├── receiver: ∅
        │   │   │   ├── call_operator_loc: ∅
        │   │   │   ├── name: :foo
        │   │   │   ├── message_loc: (5,9)-(5,12) = "foo"
        │   │   │   ├── opening_loc: ∅
        │   │   │   ├── arguments: ∅
        │   │   │   ├── closing_loc: ∅
        │   │   │   └── block: ∅
        │   │   ├── right:
        │   │   │   @ CallNode (location: (5,17)-(5,20))
        │   │   │   ├── flags: variable_call, ignore_visibility
        │   │   │   ├── receiver: ∅
        │   │   │   ├── call_operator_loc: ∅
        │   │   │   ├── name: :bar
        │   │   │   ├── message_loc: (5,17)-(5,20) = "bar"
        │   │   │   ├── opening_loc: ∅
        │   │   │   ├── arguments: ∅
        │   │   │   ├── closing_loc: ∅
        │   │   │   └── block: ∅
        │   │   └── operator_loc: (5,13)-(5,16) = "and"
        │   ├── rparen_loc: (5,20)-(5,21) = ")"
        │   └── keyword_loc: (5,0)-(5,8) = "defined?"
        ├── @ DefinedNode (location: (7,0)-(7,10))
        │   ├── flags: newline
        │   ├── lparen_loc: ∅
        │   ├── value:
        │   │   @ IntegerNode (location: (7,9)-(7,10))
        │   │   ├── flags: static_literal, decimal
        │   │   └── value: 1
        │   ├── rparen_loc: ∅
        │   └── keyword_loc: (7,0)-(7,8) = "defined?"
        ├── @ DefinedNode (location: (9,0)-(10,1))
        │   ├── flags: newline
        │   ├── lparen_loc: (9,8)-(9,9) = "("
        │   ├── value:
        │   │   @ StringNode (location: (9,9)-(9,14))
        │   │   ├── flags: ∅
        │   │   ├── opening_loc: (9,9)-(9,10) = "\""
        │   │   ├── content_loc: (9,10)-(9,13) = "foo"
        │   │   ├── closing_loc: (9,13)-(9,14) = "\""
        │   │   └── unescaped: "foo"
        │   ├── rparen_loc: (10,0)-(10,1) = ")"
        │   └── keyword_loc: (9,0)-(9,8) = "defined?"
        ├── @ DefinedNode (location: (12,0)-(13,1))
        │   ├── flags: newline
        │   ├── lparen_loc: ∅
        │   ├── value:
        │   │   @ IntegerNode (location: (13,0)-(13,1))
        │   │   ├── flags: static_literal, decimal
        │   │   └── value: 1
        │   ├── rparen_loc: ∅
        │   └── keyword_loc: (12,0)-(12,8) = "defined?"
        ├── @ DefinedNode (location: (15,0)-(16,3))
        │   ├── flags: newline
        │   ├── lparen_loc: (16,0)-(16,1) = "("
        │   ├── value:
        │   │   @ IntegerNode (location: (16,1)-(16,2))
        │   │   ├── flags: static_literal, decimal
        │   │   └── value: 1
        │   ├── rparen_loc: (16,2)-(16,3) = ")"
        │   └── keyword_loc: (15,0)-(15,8) = "defined?"
        └── @ DefinedNode (location: (18,0)-(19,2))
            ├── flags: newline
            ├── lparen_loc: ∅
            ├── value:
            │   @ ParenthesesNode (location: (19,0)-(19,2))
            │   ├── flags: ∅
            │   ├── body: ∅
            │   ├── opening_loc: (19,0)-(19,1) = "("
            │   └── closing_loc: (19,1)-(19,2) = ")"
            ├── rparen_loc: ∅
            └── keyword_loc: (18,0)-(18,8) = "defined?"
