Show / Hide Table of Contents

Interface IExpressionFeaturesReader

Namespace: SpiceSharpParser.Parsers.Expression
Assembly: SpiceSharpParser.dll
Syntax
public interface IExpressionFeaturesReader

Methods

| Improve this Doc View Source

GetParameters(String, EvaluationContext, Boolean)

Declaration
IEnumerable<string> GetParameters(string expression, EvaluationContext context, bool throw = true)
Parameters
Type Name Description
System.String expression
EvaluationContext context
System.Boolean throw
Returns
Type Description
System.Collections.Generic.IEnumerable<System.String>
| Improve this Doc View Source

HaveFunction(String, String, EvaluationContext)

Declaration
bool HaveFunction(string expression, string functionName, EvaluationContext context)
Parameters
Type Name Description
System.String expression
System.String functionName
EvaluationContext context
Returns
Type Description
System.Boolean
| Improve this Doc View Source

HaveFunctions(String, EvaluationContext)

Declaration
bool HaveFunctions(string expression, EvaluationContext context)
Parameters
Type Name Description
System.String expression
EvaluationContext context
Returns
Type Description
System.Boolean
| Improve this Doc View Source

HaveSpiceProperties(String, EvaluationContext)

Declaration
bool HaveSpiceProperties(string expression, EvaluationContext context)
Parameters
Type Name Description
System.String expression
EvaluationContext context
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX