class Treetop::Runtime::SyntaxNode

def line

def line
  input.line_of(interval.first)
end