Class constructor
int $line Source line:
int $column Source column:
int $index Source index:
function __construct($line, $column, $index) { $this->line = $line; $this->column = $column; $this->index = $index; }