Home
last modified time | relevance | path

Searched refs:RuleNode (Results 1 – 5 of 5) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DAbstractParseTreeVisitor.php38 public function visitChildren(RuleNode $node)
145 * @param RuleNode $node The {@see RuleNode} whose children are
154 protected function shouldVisitNextChild(RuleNode $node, $currentResult) : bool
H A DParseTreeWalker.php32 if (!$tree instanceof RuleNode) {
57 protected function enterRule(ParseTreeListener $listener, RuleNode $ruleNode) : void
67 protected function exitRule(ParseTreeListener $listener, RuleNode $ruleNode) : void
H A DParseTreeVisitor.php25 * @param RuleNode $node The {@see RuleNode} whose children should be visited.
27 public function visitChildren(RuleNode $node);
H A DRuleNode.php9 interface RuleNode extends ParseTree interface
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRuleContext.php10 use Antlr\Antlr4\Runtime\Tree\RuleNode; alias
59 class RuleContext implements RuleNode