Home
last modified time | relevance | path

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

/template/strap/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DTrees.php30 $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++) {
H A DTree.php36 public function getChildCount() : int; function
H A DAbstractParseTreeVisitor.php42 $n = $node->getChildCount();
H A DParseTreeWalker.php38 $count = $tree->getChildCount();
H A DTerminalNodeImpl.php63 public function getChildCount() : int function in Antlr\\Antlr4\\Runtime\\Tree\\TerminalNodeImpl
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DRuleContext.php139 for ($i = 0, $count = $this->getChildCount(); $i < $count; $i++) {
198 public function getChildCount() : int function in Antlr\\Antlr4\\Runtime\\RuleContext
H A DParserRuleContext.php250 public function getChildCount() : int function in Antlr\\Antlr4\\Runtime\\ParserRuleContext
/template/strap/ComboStrap/
H A DTreeNode.php62 function getChildCount(): int function in ComboStrap\\TreeNode
H A DPageSqlTreeListener.php123 for ($i = 0; $i < $parent->getChildCount(); $i++) {