protected NonterminalGrammarSlot getStartSymbol(Nonterminal nonterminal) {
   return grammarGraph.getHead(nonterminal);
 }