Show / Hide Table of Contents

Interface ILexer

Namespace: OfficeOpenXml.FormulaParsing.LexicalAnalysis
Assembly: EPPlus.dll
Syntax
public interface ILexer

Methods

Tokenize(String)

Declaration
IEnumerable<Token> Tokenize(string input)
Parameters
Type Name Description
System.String input
Returns
Type Description
System.Collections.Generic.IEnumerable<Token>

Tokenize(String, String)

Declaration
IEnumerable<Token> Tokenize(string input, string worksheet)
Parameters
Type Name Description
System.String input
System.String worksheet
Returns
Type Description
System.Collections.Generic.IEnumerable<Token>
Back to top Generated by DocFX