super(g, start, false);
grammar.generator.gen(this);
return grammar.theLLkAnalyzer.look(k, this);
String s = " #(" + root; Alternative a = (Alternative)alternatives.elementAt(0); AlternativeElement p = a.head; while (p != null) { s += p; p = p.next; } return s + " )";