class Treetop::Runtime::TerminalSyntaxNode

def initialize(input, interval)

def initialize(input, interval)
  super(input, interval, [])
end