CharLocation Constructor (Int32, Int32, Int32)
|
Creates instance of the class.
Namespace:
Syntactik.DOM
Assembly:
Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntaxpublic CharLocation(
int line,
int column,
int index
)
Parameters
- line
- Type: SystemInt32
Line number (starts from 1). - column
- Type: SystemInt32
Column number (starts from 1). - index
- Type: SystemInt32
Index of character in the file (starts from 0).
See Also