Show / Hide Table of Contents

Class ExpressionFeaturesReader

Inheritance
System.Object
ExpressionFeaturesReader
Implements
IExpressionFeaturesReader
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: SpiceSharpParser.Parsers.Expression
Assembly: SpiceSharpParser.dll
Syntax
public class ExpressionFeaturesReader : IExpressionFeaturesReader

Constructors

| Improve this Doc View Source

ExpressionFeaturesReader(IExpressionParserFactory)

Declaration
public ExpressionFeaturesReader(IExpressionParserFactory factory)
Parameters
Type Name Description
IExpressionParserFactory factory

Methods

| Improve this Doc View Source

GetParameters(String, EvaluationContext, Boolean)

Declaration
public 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
public 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
public 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
public bool HaveSpiceProperties(string expression, EvaluationContext context)
Parameters
Type Name Description
System.String expression
EvaluationContext context
Returns
Type Description
System.Boolean

Implements

IExpressionFeaturesReader
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX