Show / Hide Table of Contents

Class SpiceStatementsOrderer

Inheritance
System.Object
SpiceStatementsOrderer
Implements
ISpiceStatementsOrderer
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.ModelReaders.Netlist.Spice
Assembly: SpiceSharpParser.dll
Syntax
public class SpiceStatementsOrderer : ISpiceStatementsOrderer

Properties

| Improve this Doc View Source

Controls

Declaration
protected List<string> Controls { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
| Improve this Doc View Source

ControlsAfterComponents

Declaration
protected List<string> ControlsAfterComponents { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
| Improve this Doc View Source

TopControls

Declaration
protected List<string> TopControls { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>

Methods

| Improve this Doc View Source

GetOrder(Statement)

Declaration
protected virtual int GetOrder(Statement statement)
Parameters
Type Name Description
Statement statement
Returns
Type Description
System.Int32
| Improve this Doc View Source

Order(Statements)

Orders statements for reading.

Declaration
public IEnumerable<Statement> Order(Statements statements)
Parameters
Type Name Description
Statements statements

Statement to order.

Returns
Type Description
System.Collections.Generic.IEnumerable<Statement>

Ordered statements.

Implements

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