class SyntaxTree::Not

def deconstruct_keys(_keys)

def deconstruct_keys(_keys)
  {
    statement: statement,
    parentheses: parentheses,
    location: location,
    comments: comments
  }
end