C# 클래스 Antlr3.Tool.Grammar.TokenStreamRewriteEngine

상속: Antlr.Runtime.ITokenSource
파일 보기 프로젝트 열기: antlr/antlrcs

공개 메소드들

메소드 설명
Discard ( ) : void
NextToken ( ) : Antlr.Runtime.IToken
TokenStreamRewriteEngine ( Antlr source ) : System.Collections.Generic

메소드 상세

Discard() 공개 메소드

public Discard ( ) : void
리턴 void

NextToken() 공개 메소드

public NextToken ( ) : Antlr.Runtime.IToken
리턴 Antlr.Runtime.IToken

TokenStreamRewriteEngine() 공개 메소드

public TokenStreamRewriteEngine ( Antlr source ) : System.Collections.Generic
source Antlr
리턴 System.Collections.Generic