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