ca.uottawa.balie
Class TokenListIterator

java.lang.Object
  extended by ca.uottawa.balie.TokenListIterator

public class TokenListIterator
extends java.lang.Object

Iterator for token list

Author:
nadeaud

Method Summary
 boolean HasNext()
          Check if there is more elements in the list
 Token Next()
          Get the next token
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

HasNext

public boolean HasNext()
Check if there is more elements in the list

Returns:
true if there is a next element

Next

public Token Next()
Get the next token

Returns:
next token