Table of Contents

Interface ISourceCodeTokenizer

Namespace
OfficeOpenXml.FormulaParsing.LexicalAnalysis
Assembly
EPPlus.dll

Source code tokenizer

public interface ISourceCodeTokenizer

Methods

Tokenize(string)

Tokenize

IList<Token> Tokenize(string input)

Parameters

input string

Returns

IList<Token>

Tokenize(string, string)

Tokenize

IList<Token> Tokenize(string input, string worksheet)

Parameters

input string
worksheet string

Returns

IList<Token>