Class ExpressionParserFactory
Inheritance
System.Object
ExpressionParserFactory
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 ExpressionParserFactory : IExpressionParserFactory
Constructors
| Improve this Doc View SourceExpressionParserFactory(ISpiceNetlistCaseSensitivitySettings)
Declaration
public ExpressionParserFactory(ISpiceNetlistCaseSensitivitySettings caseSensitivitySettings)
Parameters
| Type | Name | Description |
|---|---|---|
| ISpiceNetlistCaseSensitivitySettings | caseSensitivitySettings |
Methods
| Improve this Doc View SourceCreate(EvaluationContext, Boolean, Boolean)
Declaration
public 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 |