Overload List
Name | Description | |
---|---|---|
Next()()()() | Obsolete. Returns the next {@link Token} in the stream, or null at EOS.
| |
Next(Token) | Obsolete. Returns the next token in the stream, or null at EOS. When possible, the
input Token should be used as the returned Token (this gives fastest
tokenization performance), but this is not required and a new Token may be
returned. Callers may re-use a single Token instance for successive calls
to this method.
This implicitly defines a "contract" between consumers (callers of this
method) and producers (implementations of this method that are the source
for tokens):
|