Class SeparatorHandler
Inheritance
System.Object
SeparatorHandler
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.FormulaParsing.LexicalAnalysis.TokenSeparatorHandlers
Assembly: EPPlus.dll
Syntax
public abstract class SeparatorHandler
Methods
Handle(Char, Token, TokenizerContext, ITokenIndexProvider)
Declaration
public abstract bool Handle(char c, Token tokenSeparator, TokenizerContext context, ITokenIndexProvider tokenIndexProvider)
Parameters
Type | Name | Description |
---|---|---|
System.Char | c | |
Token | tokenSeparator | |
TokenizerContext | context | |
ITokenIndexProvider | tokenIndexProvider |
Returns
Type | Description |
---|---|
System.Boolean |
IsDoubleQuote(Token, Int32, TokenizerContext)
Declaration
protected bool IsDoubleQuote(Token tokenSeparator, int formulaCharIndex, TokenizerContext context)
Parameters
Type | Name | Description |
---|---|---|
Token | tokenSeparator | |
System.Int32 | formulaCharIndex | |
TokenizerContext | context |
Returns
Type | Description |
---|---|
System.Boolean |