Interface ILocationProvider
Namespace: SpiceSharpParser.Common
Assembly: SpiceSharpParser.dll
Syntax
public interface ILocationProvider
Properties
| Improve this Doc View SourceEndColumnIndex
Gets end column index.
Declaration
int EndColumnIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
FileName
Gets token file name.
Declaration
string FileName { get; }
Property Value
Type | Description |
---|---|
System.String |
LineNumber
Gets token line number.
Declaration
int LineNumber { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
StartColumnIndex
Gets start column index.
Declaration
int StartColumnIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |