Class SpiceStatementsOrderer
Inheritance
System.Object
SpiceStatementsOrderer
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.ModelReaders.Netlist.Spice
Assembly: SpiceSharpParser.dll
Syntax
public class SpiceStatementsOrderer : ISpiceStatementsOrderer
Properties
| Improve this Doc View SourceControls
Declaration
protected List<string> Controls { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
ControlsAfterComponents
Declaration
protected List<string> ControlsAfterComponents { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
TopControls
Declaration
protected List<string> TopControls { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Methods
| Improve this Doc View SourceGetOrder(Statement)
Declaration
protected virtual int GetOrder(Statement statement)
Parameters
Type | Name | Description |
---|---|---|
Statement | statement |
Returns
Type | Description |
---|---|
System.Int32 |
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. |