Show / Hide Table of Contents

Interface ITokenFactory

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

Methods

Create(IEnumerable<Token>, String)

Declaration
Token Create(IEnumerable<Token> tokens, string token)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<Token> tokens
System.String token
Returns
Type Description
Token

Create(IEnumerable<Token>, String, String)

Declaration
Token Create(IEnumerable<Token> tokens, string token, string worksheet)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<Token> tokens
System.String token
System.String worksheet
Returns
Type Description
Token

Create(String, TokenType)

Declaration
Token Create(string token, TokenType explicitTokenType)
Parameters
Type Name Description
System.String token
TokenType explicitTokenType
Returns
Type Description
Token
Back to top Generated by DocFX