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