Interface IExpressionParserFactory
Namespace: SpiceSharpParser.Parsers.Expression
Assembly: SpiceSharpParser.dll
Syntax
public interface IExpressionParserFactory
Methods
| Improve this Doc View SourceCreate(EvaluationContext, Boolean, Boolean)
Declaration
ExpressionParser Create(EvaluationContext context, bool throwOnErrors = true, bool applyVoltage = false)
Parameters
Type | Name | Description |
---|---|---|
EvaluationContext | context | |
System.Boolean | throwOnErrors | |
System.Boolean | applyVoltage |
Returns
Type | Description |
---|---|
ExpressionParser |