Class SpiceTokenProvider
Inheritance
System.Object
SpiceTokenProvider
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.Lexers.Netlist.Spice
Assembly: SpiceSharpParser.dll
Syntax
public class SpiceTokenProvider : ISpiceTokenProvider
Constructors
| Improve this Doc View SourceSpiceTokenProvider(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 SourceGetTokens(String)
Declaration
public SpiceToken[] GetTokens(string netlist)
Parameters
Type | Name | Description |
---|---|---|
System.String | netlist |
Returns
Type | Description |
---|---|
SpiceToken[] |