Get indentation before token position.
int $pos Token position:
int Indentation depth (in spaces)
public function getIndentationBefore(int $pos) : int { return $this->indentMap[$pos]; }