line = $l; $this->col = $c; } /** * Convenience function for DirectLex settings line/col position. */ public function rawPosition($l, $c) { if ($c === -1) $l++; $this->line = $l; $this->col = $c; } } // vim: et sw=4 sts=4