Home
last modified time | relevance | path

Searched defs:nodes (Results 1 – 14 of 14) sorted by relevance

/PHP-Parser/lib/PhpParser/
H A DNodeFinder.php17 public function find($nodes, callable $filter): array {
44 public function findInstanceOf($nodes, string $class): array {
58 public function findFirst($nodes, callable $filter): ?Node {
85 public function findFirstInstanceOf($nodes, string $class): ?Node {
H A DNodeVisitorAbstract.php9 public function beforeTraverse(array $nodes) {
21 public function afterTraverse(array $nodes) {
H A DNodeVisitor.php59 public function beforeTraverse(array $nodes);
123 public function afterTraverse(array $nodes);
H A DNodeTraverserInterface.php25 public function traverse(array $nodes): array;
H A DNodeTraverser.php67 public function traverse(array $nodes): array {
175 protected function traverseArray(array $nodes): array {
H A DPrettyPrinterAbstract.php313 protected function preprocessNodes(array $nodes): void {
348 protected function pStmts(array $nodes, bool $indent = true): string {
465 protected function pImplode(array $nodes, string $glue = ''): string {
485 protected function pCommaSeparated(array $nodes): string {
499 protected function pCommaSeparatedMultiline(array $nodes, bool $trailingComma): string {
780 array $nodes, array $origNodes, int &$pos, int $indentAdjustment,
1244 protected function isMultiline(array $nodes): bool {
/PHP-Parser/test/PhpParser/
H A DNodeVisitorForTesting.php15 public function beforeTraverse(array $nodes): ?array {
27 public function afterTraverse(array $nodes): ?array {
/PHP-Parser/lib/PhpParser/NodeVisitor/
H A DNodeConnectingVisitor.php28 public function beforeTraverse(array $nodes) {
H A DFindingVisitor.php33 public function beforeTraverse(array $nodes): ?array {
H A DParentConnectingVisitor.php23 public function beforeTraverse(array $nodes) {
H A DFirstFindingVisitor.php34 public function beforeTraverse(array $nodes): ?array {
H A DNameResolver.php50 public function beforeTraverse(array $nodes): ?array {
/PHP-Parser/tools/fuzzing/
H A Dtarget.php46 public function beforeTraverse(array $nodes): void {
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php1164 protected function hasNodeWithComments(array $nodes): bool {
1174 protected function pMaybeMultiline(array $nodes, bool $trailingComma = false): string {
1183 protected function pAttrGroups(array $nodes, bool $inline = false): string {

Completed in 41 milliseconds