Compute set of tokens that can follow {@code s} in the ATN in the specified {@code ctx}.
Compute set of tokens that can follow {@code s} in the ATN in the specified {@code ctx}.
Compute set of tokens that can follow {@code s} in the ATN in the specified {@code ctx}.
Calculates the SLL(1) expected lookahead set for each outgoing transition if an {@link ATNState}. The returned array has one element for each outgoing transition in {@code s}. If the closure from transition <em>i</em> leads to a semantic predicate before matching a symbol, the element at index <em>i</em> of the result will be {@code null}.
Special value added to the lookahead sets to indicate that we hit a predicate during analysis if {@code seeThruPreds==false}.
LL1 Analyzer