C# Class Lex.Lexer

Exibir arquivo Open project: YourLocalFax/OLD-Score Class Usage Examples

Public Methods

Method Description
GetTokens ( DetailLogger log, string fileName, Encoding encoding = null ) : TokenList

Returns a list of all tokens in the given file.

Method Details

GetTokens() public method

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
return TokenList