Class SpiceLineInfo
Inheritance
System.Object
SpiceLineInfo
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.Models.Netlist.Spice
Assembly: SpiceSharpParser.dll
Syntax
public class SpiceLineInfo
Constructors
| Improve this Doc View SourceSpiceLineInfo()
Declaration
public SpiceLineInfo()
SpiceLineInfo(ILocationProvider)
Declaration
public SpiceLineInfo(ILocationProvider tokenLocationProvider)
Parameters
Type | Name | Description |
---|---|---|
ILocationProvider | tokenLocationProvider |
Properties
| Improve this Doc View SourceEndColumnIndex
Declaration
public int EndColumnIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
FileName
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LineNumber
Declaration
public int LineNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StartColumnIndex
Declaration
public int StartColumnIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |