Searched refs:getChildCount (Results 1 – 9 of 9) sorted by relevance
30 $childCount = $tree->getChildCount();94 for ($i=0; $i < $tree->getChildCount(); $i++) {160 for ($i = 0; $i < $tree->getChildCount(); $i++) {177 for ($i = 0; $i < $tree->getChildCount(); $i++) {
36 public function getChildCount() : int; function
42 $n = $node->getChildCount();
38 $count = $tree->getChildCount();
63 public function getChildCount() : int function in Antlr\\Antlr4\\Runtime\\Tree\\TerminalNodeImpl
139 for ($i = 0, $count = $this->getChildCount(); $i < $count; $i++) {198 public function getChildCount() : int function in Antlr\\Antlr4\\Runtime\\RuleContext
250 public function getChildCount() : int function in Antlr\\Antlr4\\Runtime\\ParserRuleContext
62 function getChildCount(): int function in ComboStrap\\TreeNode
123 for ($i = 0; $i < $parent->getChildCount(); $i++) {