class SyntaxTree::SClass

def deconstruct_keys(_keys)

def deconstruct_keys(_keys)
  {
    target: target,
    bodystmt: bodystmt,
    location: location,
    comments: comments
  }
end