C# Class Parrot.Parser.Stream

TODO: Update summary.
Afficher le fichier Open project: ParrotFx/Parrot

Méthodes publiques

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

Method Details

GetNextNoReturn() public méthode

public GetNextNoReturn ( ) : void
Résultat void

Next() public méthode

public Next ( ) : Token
Résultat Parrot.Lexer.Token

NextNoReturn() public méthode

public NextNoReturn ( ) : void
Résultat void

Peek() public méthode

public Peek ( ) : Token
Résultat Parrot.Lexer.Token

Stream() public méthode

public Stream ( IList source ) : System.Collections.Generic
source IList
Résultat System.Collections.Generic