C# 클래스 Lex.Lexer

파일 보기 프로젝트 열기: YourLocalFax/OLD-Score 1 사용 예제들

공개 메소드들

메소드 설명
GetTokens ( DetailLogger log, string fileName, Encoding encoding = null ) : TokenList

Returns a list of all tokens in the given file.

메소드 상세

GetTokens() 공개 메소드

Returns a list of all tokens in the given file.
public GetTokens ( DetailLogger log, string fileName, Encoding encoding = null ) : TokenList
log Log.DetailLogger
fileName string
encoding System.Text.Encoding
리턴 TokenList