Interface ILexer
Interface lexer
Namespace: OfficeOpenXml.FormulaParsing.LexicalAnalysis
Assembly: EPPlus.dll
Syntax
public interface ILexer
Methods
Tokenize(string)
Tokenize
Declaration
IList<Token> Tokenize(string input)
Parameters
| Type | Name | Description |
|---|---|---|
| string | input |
Returns
| Type | Description |
|---|---|
| IList<Token> |
Tokenize(string, string)
Tokenize
Declaration
IList<Token> Tokenize(string input, string worksheet)
Parameters
| Type | Name | Description |
|---|---|---|
| string | input | |
| string | worksheet |
Returns
| Type | Description |
|---|---|
| IList<Token> |