Show / Hide Table of Contents

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
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>
In this article
Back to top Generated by DocFX