Searched defs:origTokens (Results 1 – 3 of 3) sorted by relevance
50 … public function printFormatPreserving(array $stmts, array $origStmts, array $origTokens): string;
133 protected ?TokenStream $origTokens; variable in PhpParser\\PrettyPrinterAbstract556 … public function printFormatPreserving(array $stmts, array $origStmts, array $origTokens): string {
184 $origTokens = $parser->getTokens(); variable
Completed in 9 milliseconds