CommonTokenStream.this

Constructs a new {@link CommonTokenStream} using the specified token source and the default token channel ({@link Token#DEFAULT_CHANNEL}).

@param tokenSource The token source.

  1. this(TokenSource tokenSource)
    class CommonTokenStream
  2. this(TokenSource tokenSource, int channel)

Meta