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. Returns a value 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 Argument may stayunnamed in argument list. 
Token code to be found, or an empty string.
Returns a value Token
tokenN
Returns the number of tokens in the table.
Returns a value