BufferedTokenStream.tokens

A collection of all tokens fetched from the token source. The list is considered a complete view of the input once {@link #fetchedEOF} is set to {@code true}.

class BufferedTokenStream
protected
Token[] tokens;

Meta