Show / Hide Table of Contents

Class ExpressionParserFactory

Inheritance
System.Object
ExpressionParserFactory
Implements
IExpressionParserFactory
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 Source

ExpressionParserFactory(ISpiceNetlistCaseSensitivitySettings)

Declaration
public ExpressionParserFactory(ISpiceNetlistCaseSensitivitySettings caseSensitivitySettings)
Parameters
Type Name Description
ISpiceNetlistCaseSensitivitySettings caseSensitivitySettings

Methods

| Improve this Doc View Source

Create(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

Implements

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