Home
last modified time | relevance | path

Searched defs:getChild (Results 1 – 5 of 5) sorted by relevance

/template/strap/vendor/antlr/antlr4-php-runtime/src/Tree/
DTree.php31 public function getChild(int $i, ?string $type = null) : ?Tree; function
DParseTree.php19 public function getChild(int $i, ?string $type = null) : ?Tree; function
DTerminalNodeImpl.php24 public function getChild(int $i, ?string $type = null) : ?Tree function in Antlr\\Antlr4\\Runtime\\Tree\\TerminalNodeImpl
/template/strap/vendor/antlr/antlr4-php-runtime/src/
DRuleContext.php193 public function getChild(int $i, ?string $type = null) : ?Tree function in Antlr\\Antlr4\\Runtime\\RuleContext
DParserRuleContext.php165 public function getChild(int $i, ?string $type = null) : ?Tree function in Antlr\\Antlr4\\Runtime\\ParserRuleContext