Visit the clauses of a begin node to form an on_bodystmt call.
case foo; in bar; end ^^^^^^^^^^^^^^^^^^^^^
foo => [, bar, ] ^^^^^^^^^^^
def foo(…); bar(…); end ^^^
def foo(…); end ^^^
foo, = 1 ^^^^^^^^
:“foo #{bar}” ^^^^^^^^^^^^^
foo in bar ^^^^^^^^^^
foo => bar ^^^^^^^^^^
/(?<foo>foo)/ =~ bar ^^^^^^^^^^^^^^^^^^^^
foo => ^(bar) ^^^^^^
foo = 1 and bar => ^foo ^^^^
class << self; end ^^^^^^^^^^^^^^^^^^
ENCODING ^^^^^^^^^^^^
LINE ^^^^^^^^
Visit a heredoc node that is representing a string.
Visit a heredoc node that is representing an xstring.