class SyntaxTree::Location

def deconstruct

def deconstruct
  [start_line, start_char, start_column, end_line, end_char, end_column]
end