Searched refs:getChild (Results 1 – 9 of 9) sorted by relevance
39 $child = $tree->getChild($i);95 $list[] = $tree->getChild($i);161 $child = $tree->getChild($i);178 $child = $tree->getChild($i);
31 public function getChild(int $i, ?string $type = null) : ?Tree; function
19 public function getChild(int $i, ?string $type = null) : ?Tree; function
50 $child = $node->getChild($i);
41 $child = $tree->getChild($i);
24 public function getChild(int $i, ?string $type = null) : ?Tree function in Antlr\\Antlr4\\Runtime\\Tree\\TerminalNodeImpl
140 $child = $this->getChild($i);193 public function getChild(int $i, ?string $type = null) : ?Tree function in Antlr\\Antlr4\\Runtime\\RuleContext
165 public function getChild(int $i, ?string $type = null) : ?Tree function in Antlr\\Antlr4\\Runtime\\ParserRuleContext228 return $this->getChild($i, $ctxType);
124 $child = $parent->getChild($i);