tokens property

List<Token> tokens
getter/setter pair

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 true.

Implementation

List<Token> tokens = <Token>[];