if (this.DEBUG_ANALYZER)
System.out.println("charVocab is " + localBitSet.toString());
removeCompetingPredictionSets(localBitSet, paramCharLiteralElement);
if (this.DEBUG_ANALYZER)
System.out.println("charVocab after removal of prior alt lookahead " + localBitSet.toString());
localBitSet.clear(paramCharLiteralElement.getType());
return new Lookahead(localBitSet);
}
return Lookahead.of(paramCharLiteralElement.getType());
}
this.tool.panic("Character literal reference found in parser");