class SyntaxTree::Node

def deconstruct

def deconstruct
  raise NotImplementedError
end