Show / Hide Table of Contents

Class SpiceTokenProvider

Inheritance
System.Object
SpiceTokenProvider
Implements
ISpiceTokenProvider
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.Lexers.Netlist.Spice
Assembly: SpiceSharpParser.dll
Syntax
public class SpiceTokenProvider : ISpiceTokenProvider

Constructors

| Improve this Doc View Source

SpiceTokenProvider(Boolean, Boolean, Boolean)

Declaration
public SpiceTokenProvider(bool hasTitle, bool isDotStatementCaseSensitive, bool enableBusSyntax)
Parameters
Type Name Description
System.Boolean hasTitle
System.Boolean isDotStatementCaseSensitive
System.Boolean enableBusSyntax

Methods

| Improve this Doc View Source

GetTokens(String)

Declaration
public SpiceToken[] GetTokens(string netlist)
Parameters
Type Name Description
System.String netlist
Returns
Type Description
SpiceToken[]

Implements

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