|
MediaWiki REL1_39
|
A PHPParser node visitor that associates each node with its file name. More...


Public Member Functions | |
| enterNode (PhpParser\Node $node) | |
| getCurrentFile () | |
| setCurrentFile ( $filename) | |
A PHPParser node visitor that associates each node with its file name.
Definition at line 32 of file findDeprecated.php.
| FileAwareNodeVisitor::enterNode | ( | PhpParser\Node | $node | ) |
Reimplemented in DeprecatedInterfaceFinder.
Definition at line 35 of file findDeprecated.php.
| FileAwareNodeVisitor::getCurrentFile | ( | ) |
Definition at line 45 of file findDeprecated.php.
| FileAwareNodeVisitor::setCurrentFile | ( | $filename | ) |
Definition at line 41 of file findDeprecated.php.