Show / Hide Table of Contents

Interface ITokenSeparatorProvider

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

Properties

Tokens

Declaration
IDictionary<string, Token> Tokens { get; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, Token>

Methods

GetToken(String)

Declaration
Token? GetToken(string candidate)
Parameters
Type Name Description
System.String candidate
Returns
Type Description
System.Nullable<Token>

IsOperator(String)

Declaration
bool IsOperator(string item)
Parameters
Type Name Description
System.String item
Returns
Type Description
System.Boolean

IsPossibleLastPartOfMultipleCharOperator(String)

Declaration
bool IsPossibleLastPartOfMultipleCharOperator(string part)
Parameters
Type Name Description
System.String part
Returns
Type Description
System.Boolean
Back to top Generated by DocFX