Icarus Class: TokList
A list of tokens that was generated during parsing.
name
The name of the token list.
Implicit Methods
on deletion:
Deletes the token list
with foreach:
Iterates over all tokens in the list.
Token
first
Returns the first token in a token list with the specified code. If the token code is an empty string, it returns the first token in the token list.
c
Token code to be found, or an empty string.
Token
tokenN
Returns the number of tokens in the table.