Show / Hide Table of Contents

Class Statement

Base class for all SPICE statements.

Inheritance
System.Object
SpiceObject
Statement
CommentLine
Component
Control
Model
SubCircuit
Inherited Members
SpiceObject.LineInfo
SpiceObject.Clone()
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.Models.Netlist.Spice.Objects
Assembly: SpiceSharpParser.dll
Syntax
public abstract class Statement : SpiceObject

Constructors

| Improve this Doc View Source

Statement(SpiceLineInfo)

Declaration
protected Statement(SpiceLineInfo lineInfo)
Parameters
Type Name Description
SpiceLineInfo lineInfo
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX