Class: SourceLocation
Source location information
Constructors
Constructor
new SourceLocation(
line,column):SourceLocation
Parameters
| Parameter | Type |
|---|---|
line | number |
column | number |
Returns
SourceLocation
Properties
| Property | Type |
|---|---|
column | number |
line | number |
Methods
toJSON()
toJSON():
object
Returns
object
column
column:
number
line
line:
number
type
type:
string="SourceLocation"