namespace PhpParser\Internal
Object name | File name | Summary |
---|---|---|
DiffElem | vendor/nikic/php-parser/lib/PhpParser/Internal/DiffElem.php | @internal |
Differ | vendor/nikic/php-parser/lib/PhpParser/Internal/Differ.php | Implements the Myers diff algorithm. |
PrintableNewAnonClassNode | vendor/nikic/php-parser/lib/PhpParser/Internal/PrintableNewAnonClassNode.php | This node is used internally by the format-preserving pretty printer to print anonymous classes. |
TokenPolyfill | vendor/nikic/php-parser/lib/PhpParser/Internal/TokenPolyfill.php | This is a polyfill for the PhpToken class introduced in PHP 8.0. We do not actually polyfill PhpToken, because composer might end up picking a different polyfill implementation, which does not meet our requirements. |
TokenStream | vendor/nikic/php-parser/lib/PhpParser/Internal/TokenStream.php | Provides operations on token streams, for use by pretty printer. |