class Treetop::Runtime::SyntaxNode

def terminal?

def terminal?
  @elements.nil?
end