Class ExpressionGraphBuilder
Inheritance
System.Object
ExpressionGraphBuilder
Implements
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.ExpressionGraph
Assembly: EPPlus.dll
Syntax
public class ExpressionGraphBuilder : IExpressionGraphBuilder
Constructors
ExpressionGraphBuilder(ExcelDataProvider, ParsingContext)
Declaration
public ExpressionGraphBuilder(ExcelDataProvider excelDataProvider, ParsingContext parsingContext)
Parameters
Type | Name | Description |
---|---|---|
Excel |
excelDataProvider | |
Parsing |
parsingContext |
ExpressionGraphBuilder(IExpressionFactory, ParsingContext)
Declaration
public ExpressionGraphBuilder(IExpressionFactory expressionFactory, ParsingContext parsingContext)
Parameters
Type | Name | Description |
---|---|---|
IExpression |
expressionFactory | |
Parsing |
parsingContext |
Methods
Build(IEnumerable<Token>)
Declaration
public ExpressionGraph Build(IEnumerable<Token> tokens)
Parameters
Type | Name | Description |
---|---|---|
System. |
tokens |
Returns
Type | Description |
---|---|
Expression |