BufferedTokenStream.getHiddenTokensToRight

Collect all tokens on specified channel to the right of the current token up until we see a token on DEFAULT_TOKEN_CHANNEL or EOF. If channel is -1, find any non default channel token.

  1. Token[] getHiddenTokensToRight(size_t tokenIndex, int channel)
    class BufferedTokenStream
    getHiddenTokensToRight
    (
    size_t tokenIndex
    ,)
  2. Token[] getHiddenTokensToRight(size_t tokenIndex)

Meta