MediaWiki master
FileAwareNodeVisitor Class Reference

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

Inherits PhpParser\NodeVisitorAbstract.

Inherited by DeprecatedInterfaceFinder.

Collaboration diagram for FileAwareNodeVisitor:

Public Member Functions

 enterNode (PhpParser\Node $node)
 
 getCurrentFile ()
 
 setCurrentFile ( $filename)
 

Detailed Description

A PHPParser node visitor that associates each node with its file name.

Definition at line 32 of file findDeprecated.php.

Member Function Documentation

◆ enterNode()

FileAwareNodeVisitor::enterNode ( PhpParser\Node $node)

Reimplemented in DeprecatedInterfaceFinder.

Definition at line 35 of file findDeprecated.php.

◆ getCurrentFile()

FileAwareNodeVisitor::getCurrentFile ( )

Definition at line 45 of file findDeprecated.php.

◆ setCurrentFile()

FileAwareNodeVisitor::setCurrentFile ( $filename)

Definition at line 41 of file findDeprecated.php.


The documentation for this class was generated from the following file: