Interface ISyntacticAnalyzer
Interface for analysing parsed tokens.
Namespace: OfficeOpenXml.FormulaParsing.LexicalAnalysis
Assembly: EPPlus.dll
Syntax
public interface ISyntacticAnalyzer
Methods
Analyze(IEnumerable<Token>)
Method for analyzing parsed tokens.
Declaration
void Analyze(IEnumerable<Token> tokens)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Token> | tokens |