Table of Contents

Interface ITokenSeparatorProvider

Namespace
OfficeOpenXml.FormulaParsing.LexicalAnalysis
Assembly
Magicodes.EPPlus.dll
public interface ITokenSeparatorProvider
Extension Methods

Properties

Tokens

IDictionary<string, Token> Tokens { get; }

Property Value

IDictionary<string, Token>

Methods

IsOperator(string)

bool IsOperator(string item)

Parameters

item string

Returns

bool

IsPossibleLastPartOfMultipleCharOperator(string)

bool IsPossibleLastPartOfMultipleCharOperator(string part)

Parameters

part string

Returns

bool