class SyntaxTree::Node

def end_char

def end_char
  location.end_char
end