ListTokenSource.this

Constructs a new {@link ListTokenSource} instance from the specified collection of {@link Token} objects.

@param tokens The collection of {@link Token} objects to provide as a {@link TokenSource}. @exception NullPointerException if {@code tokens} is {@code null}

  1. this(Token[] tokens)
    class ListTokenSource
    this
  2. this(Token[] tokens, string sourceName)

Meta