Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParserRuleContext.php226 public function getTypedRuleContext(string $ctxType, int $i) : ?ParseTree argument
228 return $this->getChild($i, $ctxType);
234 public function getTypedRuleContexts(string $ctxType) : array argument
242 if ($child instanceof $ctxType) {