Home
last modified time | relevance | path

Searched defs:enterNode (Results 1 – 11 of 11) sorted by relevance

/PHP-Parser/lib/PhpParser/NodeVisitor/
H A DCloningVisitor.php14 public function enterNode(Node $origNode) { function in PhpParser\\NodeVisitor\\CloningVisitor
H A DNodeConnectingVisitor.php33 public function enterNode(Node $node) { function in PhpParser\\NodeVisitor\\NodeConnectingVisitor
H A DFindingVisitor.php39 public function enterNode(Node $node) { function in PhpParser\\NodeVisitor\\FindingVisitor
H A DParentConnectingVisitor.php27 public function enterNode(Node $node) { function in PhpParser\\NodeVisitor\\ParentConnectingVisitor
H A DCommentAnnotatingVisitor.php35 public function enterNode(Node $node) { function in PhpParser\\NodeVisitor\\CommentAnnotatingVisitor
H A DFirstFindingVisitor.php40 public function enterNode(Node $node) { function in PhpParser\\NodeVisitor\\FirstFindingVisitor
H A DNameResolver.php55 public function enterNode(Node $node) { function in PhpParser\\NodeVisitor\\NameResolver
/PHP-Parser/lib/PhpParser/
H A DNodeVisitorAbstract.php13 public function enterNode(Node $node) { function in PhpParser\\NodeVisitorAbstract
H A DNodeVisitor.php87 public function enterNode(Node $node); function
/PHP-Parser/test/PhpParser/
H A DNodeVisitorForTesting.php19 public function enterNode(Node $node) { function in PhpParser\\NodeVisitorForTesting
H A DCodeParsingTest.php71 public function enterNode(Node $node): void { function in PhpParser\\CodeParsingTest::checkAttributes::AnonymousClasse7540ba80100

Completed in 14 milliseconds