C# Class Boo.Lang.Parser.Tests.Util.FakeStream

Inheritance: antlr.TokenStream
Afficher le fichier Open project: boo/boo-lang

Protected Properties

Свойство Type Description
_tokens System.Collections.Queue

Méthodes publiques

Méthode Description
FakeStream ( Queue tokens ) : System
nextToken ( ) : antlr.IToken

Method Details

FakeStream() public méthode

public FakeStream ( Queue tokens ) : System
tokens System.Collections.Queue
Résultat System

nextToken() public méthode

public nextToken ( ) : antlr.IToken
Résultat antlr.IToken

Property Details

_tokens protected_oe property

protected Queue,System.Collections _tokens
Résultat System.Collections.Queue