Home
last modified time | relevance | path

Searched defs:visitor (Results 1 – 13 of 13) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/
DNodeTraverser.php40 public function addVisitor(NodeVisitorInterface $visitor)
63 private function traverseForVisitor(NodeVisitorInterface $visitor, Node $node)
DExtensionSet.php275 public function addNodeVisitor(NodeVisitorInterface $visitor)
DEnvironment.php760 public function addNodeVisitor(NodeVisitorInterface $visitor)
/template/strap/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DErrorNodeImpl.php19 public function accept(ParseTreeVisitor $visitor)
H A DParseTree.php40 public function accept(ParseTreeVisitor $visitor);
H A DTerminalNodeImpl.php68 public function accept(ParseTreeVisitor $visitor)
/template/strap/vendor/carica/phpcss/src/PhpCss/Ast/
H A DNode.php23 public function accept(Ast\Visitor $visitor): void {
/template/strap/vendor/carica/phpcss/src/PhpCss/Ast/Selector/
H A DCombinator.php14 public function accept(Ast\Visitor $visitor): void {
H A DSequence.php30 public function accept(Ast\Visitor $visitor): void {
H A DGroup.php133 public function accept(Ast\Visitor $visitor): void {
/template/strap/vendor/carica/phpcss/src/PhpCss/Ast/Selector/Simple/
H A DPseudoClass.php17 public function accept(Ast\Visitor $visitor): void {
/template/twigstarter/vendor/twig/twig/src/Extension/
DStagingExtension.php63 public function addNodeVisitor(NodeVisitorInterface $visitor)
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DRuleContext.php203 public function accept(ParseTreeVisitor $visitor)