Class ExpressionFeaturesReader
Inheritance
System.Object
ExpressionFeaturesReader
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: SpiceSharpParser.Parsers.Expression
Assembly: SpiceSharpParser.dll
Syntax
public class ExpressionFeaturesReader : IExpressionFeaturesReader
Constructors
| Improve this Doc View SourceExpressionFeaturesReader(IExpressionParserFactory)
Declaration
public ExpressionFeaturesReader(IExpressionParserFactory factory)
Parameters
Type | Name | Description |
---|---|---|
IExpressionParserFactory | factory |
Methods
| Improve this Doc View SourceGetParameters(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> |
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 |
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 |
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 |