Class SpiceToken
A token from SPICE netlist.
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 SpiceToken : Token, ILocationProvider
Constructors
| Improve this Doc View SourceSpiceToken(SpiceTokenType, String, Int32, Int32, String)
Initializes a new instance of the SpiceToken class.
Declaration
public SpiceToken(SpiceTokenType tokenType, string lexem, int lineNumber = 0, int startColumnIndex = 0, string fileName = null)
Parameters
Type | Name | Description |
---|---|---|
SpiceTokenType | tokenType | |
System.String | lexem | |
System.Int32 | lineNumber | |
System.Int32 | startColumnIndex | |
System.String | fileName |
Properties
| Improve this Doc View SourceSpiceTokenType
Gets token type.
Declaration
public SpiceTokenType SpiceTokenType { get; }
Property Value
Type | Description |
---|---|
SpiceTokenType |