C# 클래스 Parrot.Parser.Stream

TODO: Update summary.
파일 보기 프로젝트 열기: ParrotFx/Parrot

공개 메소드들

메소드 설명
GetNextNoReturn ( ) : void
Next ( ) : Token
NextNoReturn ( ) : void
Peek ( ) : Token
Stream ( IList source ) : System.Collections.Generic

메소드 상세

GetNextNoReturn() 공개 메소드

public GetNextNoReturn ( ) : void
리턴 void

Next() 공개 메소드

public Next ( ) : Token
리턴 Parrot.Lexer.Token

NextNoReturn() 공개 메소드

public NextNoReturn ( ) : void
리턴 void

Peek() 공개 메소드

public Peek ( ) : Token
리턴 Parrot.Lexer.Token

Stream() 공개 메소드

public Stream ( IList source ) : System.Collections.Generic
source IList
리턴 System.Collections.Generic