class SyntaxTree::Node

def construct_keys

def construct_keys
  PrettierPrint.format(+"") { |q| accept(MatchVisitor.new(q)) }
end