Listener called every time the scanner compose the array that represents its current state
array $state State:
void
public function onScannerFreezeState(&$state) { //Register the current last token index $state["commentsLastTokenIndex"] = $this->lastTokenIndex; }