Home
last modified time | relevance | path

Searched refs:reverseEmulate (Results 1 – 8 of 8) sorted by relevance

/PHP-Parser/lib/PhpParser/Lexer/TokenEmulator/
H A DReverseEmulator.php27 return $this->emulator->reverseEmulate($code, $tokens);
30 public function reverseEmulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\ReverseEmulator
H A DReadonlyFunctionTokenEmulator.php27 public function reverseEmulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\ReadonlyFunctionTokenEmulator
H A DTokenEmulator.php24 abstract public function reverseEmulate(string $code, array $tokens): array; function in PhpParser\\Lexer\\TokenEmulator\\TokenEmulator
H A DAttributeEmulator.php34 public function reverseEmulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\AttributeEmulator
H A DExplicitOctalEmulator.php41 public function reverseEmulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\ExplicitOctalEmulator
H A DKeywordEmulator.php50 public function reverseEmulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\KeywordEmulator
H A DNullsafeTokenEmulator.php56 public function reverseEmulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\NullsafeTokenEmulator
H A DAsymmetricVisibilityTokenEmulator.php44 public function reverseEmulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\AsymmetricVisibilityTokenEmulator

Completed in 68 milliseconds