class documentation

class TokenStreamIterator: (source)

View In Hierarchy

The iterator for tokenstreams. Iterate over the stream until the eof token is reached.

Method __init__ Undocumented
Method __iter__ Undocumented
Method __next__ Undocumented
Instance Variable stream Undocumented
def __init__(self, stream): (source)

Undocumented

Parameters
stream:TokenStreamUndocumented
def __iter__(self): (source)

Undocumented

Returns
TokenStreamIteratorUndocumented
def __next__(self): (source)

Undocumented

Returns
TokenUndocumented
stream = (source)

Undocumented