C# Class Parrot.Parser.Stream

TODO: Update summary.
显示文件 Open project: ParrotFx/Parrot

Public Methods

Method Description
GetNextNoReturn ( ) : void
Next ( ) : Token
NextNoReturn ( ) : void
Peek ( ) : Token
Stream ( IList source ) : System.Collections.Generic

Method Details

GetNextNoReturn() public method

public GetNextNoReturn ( ) : void
return void

Next() public method

public Next ( ) : Token
return Parrot.Lexer.Token

NextNoReturn() public method

public NextNoReturn ( ) : void
return void

Peek() public method

public Peek ( ) : Token
return Parrot.Lexer.Token

Stream() public method

public Stream ( IList source ) : System.Collections.Generic
source IList
return System.Collections.Generic