Class ExpressionLocation
- Namespace
- NCalc.Parser
- Assembly
- NCalc.dll
public class ExpressionLocation
- Inheritance
-
ExpressionLocation
- Derived
-
- Inherited Members
-
Constructors
ExpressionLocation()
public ExpressionLocation()
ExpressionLocation(int, int, int)
public ExpressionLocation(int offset, int row, int column)
Parameters
offset int
row int
column int
Fields
Empty
public static ExpressionLocation Empty
Field Value
- ExpressionLocation
Properties
Column
public int Column { get; }
Property Value
- int
Offset
public int Offset { get; }
Property Value
- int
Row
Property Value
- int
Methods
SetLocation(int, int, int)
protected void SetLocation(int offset, int row, int column)
Parameters
offset int
row int
column int