示例#1
0
 protected NonterminalGrammarSlot getStartSymbol(Nonterminal nonterminal) {
   return grammarGraph.getHead(nonterminal);
 }