Home
last modified time | relevance | path

Searched refs:NodeVisitorForTesting (Results 1 – 2 of 2) sorted by relevance

/PHP-Parser/test/PhpParser/
H A DNodeTraverserTest.php18 $visitor = new NodeVisitorForTesting();
41 $visitor1 = new NodeVisitorForTesting();
42 $visitor2 = new NodeVisitorForTesting([
50 $visitor3 = new NodeVisitorForTesting();
82 $visitor = new NodeVisitorForTesting([
85 $visitor2 = new NodeVisitorForTesting();
106 $visitor = new NodeVisitorForTesting([
131 $visitor = new NodeVisitorForTesting([
157 $visitor = new NodeVisitorForTesting([
266 $visitor = new NodeVisitorForTesting([
[all …]
H A DNodeVisitorForTesting.php5 class NodeVisitorForTesting implements NodeVisitor { class

Completed in 7 milliseconds