|
Jobbuddy
|
Fonctions membres publiques | |
| __construct (Environment $env, array $visitors=[]) | |
| addVisitor (NodeVisitorInterface $visitor) | |
| traverse (Node $node) | |
A node traverser.
It visits all nodes and their children and calls the given visitor for each.
| __construct | ( | Environment | $env, |
| array | $visitors = [] ) |
| NodeVisitorInterface[] | $visitors |
| traverse | ( | Node | $node | ) |
Traverses a node and calls the registered visitors.