Home
last modified time | relevance | path

Searched refs:ParseTreeVisitor (Results 1 – 7 of 7) sorted by last modified time

/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlParser.php1136 use Antlr\Antlr4\Runtime\Tree\ParseTreeVisitor; alias
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DAbstractParseTreeVisitor.php7 class AbstractParseTreeVisitor implements ParseTreeVisitor
H A DErrorNodeImpl.php19 public function accept(ParseTreeVisitor $visitor)
H A DParseTreeVisitor.php11 interface ParseTreeVisitor interface
H A DTerminalNodeImpl.php68 public function accept(ParseTreeVisitor $visitor)
H A DParseTree.php38 * The {@see ParseTreeVisitor} needs a double dispatch method.
40 public function accept(ParseTreeVisitor $visitor);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRuleContext.php9 use Antlr\Antlr4\Runtime\Tree\ParseTreeVisitor; alias
203 public function accept(ParseTreeVisitor $visitor)