Overrides TokenEmulator::reverseEmulate
public function reverseEmulate(string $code, array $tokens) : array { return $this->emulator ->emulate($code, $tokens); }