class Treetop::Runtime::SyntaxNode

def inspect(indent="")

def inspect(indent="")
  inspect_self(indent) +
  inspect_children(indent)
end