Show / Hide Table of Contents

Class SpiceToken

A token from SPICE netlist.

Inheritance
System.Object
Token
SpiceToken
Implements
ILocationProvider
Inherited Members
Token.Type
Token.LineNumber
Token.StartColumnIndex
Token.EndColumnIndex
Token.FileName
Token.Lexem
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 Source

SpiceToken(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 Source

SpiceTokenType

Gets token type.

Declaration
public SpiceTokenType SpiceTokenType { get; }
Property Value
Type Description
SpiceTokenType

Implements

ILocationProvider

Extension Methods

SpiceTokenExtensions.Is(SpiceToken, SpiceTokenType)
SpiceTokenExtensions.Equal(SpiceToken, String, Boolean)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX