calcNextLookahead

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void calcNextLookahead(BitSet!TokenID result, LRGraph graph, SymbolWithConstraint symbol, TokenID currentToken, bool[NonterminalWithConstraint] done, size_t indent)
    void
    calcNextLookahead
  2. BitSet!TokenID calcNextLookahead(LRGraph graph, size_t stateNr, size_t elementNr, TokenID currentToken, size_t indent)
  3. BitSet!TokenID calcNextLookahead(LRGraph graph, size_t stateNr, Action action, TokenID currentToken)

Meta