Show / Hide Table of Contents

Class CommentReader

Reads all CommentLine from SPICE netlist object model.

Inheritance
System.Object
StatementReader<CommentLine>
CommentReader
Implements
IStatementReader
ICommentReader
Inherited Members
StatementReader<CommentLine>.Read(Statement, ICircuitContext)
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.Readers
Assembly: SpiceSharpParser.dll
Syntax
public class CommentReader : StatementReader<CommentLine>, IStatementReader, ICommentReader

Methods

| Improve this Doc View Source

Read(CommentLine, ICircuitContext)

Reads a comment statement and modifies the context.

Declaration
public override void Read(CommentLine statement, ICircuitContext context)
Parameters
Type Name Description
CommentLine statement

A statement to process.

ICircuitContext context

A context to modify.

Overrides
SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.StatementReader<SpiceSharpParser.Models.Netlist.Spice.Objects.CommentLine>.Read(SpiceSharpParser.Models.Netlist.Spice.Objects.CommentLine, SpiceSharpParser.ModelReaders.Netlist.Spice.Context.ICircuitContext)

Implements

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