# File lib/treetop/runtime/syntax_node.rb, line 91
      def inspect(indent="")
        inspect_self(indent) +
        inspect_children(indent)
      end