class Treetop::Runtime::SyntaxNode

def nonterminal?

def nonterminal?
  !terminal?
end