Searched defs:getChildCount (Results 1 - 25 of 30) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DBaseTreeAdaptor.as60 var n:int = getChildCount(t);
194 public function getChildCount(t:Object):int { function
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3basetree.h105 ANTLR3_UINT32 (*getChildCount) (struct ANTLR3_BASE_TREE_struct * tree); member in struct:ANTLR3_BASE_TREE_struct
H A Dantlr3basetreeadaptor.h115 ANTLR3_UINT32 (*getChildCount) (struct ANTLR3_BASE_TREE_ADAPTOR_struct * adaptor, void *); member in struct:ANTLR3_BASE_TREE_ADAPTOR_struct
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DCommonTreeAdaptor.java140 public int getChildCount(Object t) { method in class:CommonTreeAdaptor
142 return ((Tree)t).getChildCount();
H A DTree.java49 int getChildCount(); method in interface:Tree
H A DBaseTree.java76 public int getChildCount() { method in class:BaseTree
257 int n = getChildCount();
270 int n = getChildCount();
290 int n = this.getChildCount();
H A DBaseTreeAdaptor.java89 int n = getChildCount(t);
146 int nc = newRootTree.getChildCount();
165 if ( r.getChildCount()==0 ) {
168 else if ( r.getChildCount()==1 ) {
233 public int getChildCount(Object t) { method in class:BaseTreeAdaptor
234 return ((Tree)t).getChildCount();
H A DTreeAdaptor.java239 public int getChildCount(Object t); method in interface:TreeAdaptor
/external/emma/core/java12/com/vladium/emma/report/
H A DIItem.java27 int getChildCount (); method in interface:IItem
H A DItem.java29 public final int getChildCount () method in class:Item
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3basetree.c37 static ANTLR3_UINT32 getChildCount (pANTLR3_BASE_TREE tree);
62 tree->getChildCount = getChildCount;
131 getChildCount (pANTLR3_BASE_TREE tree) function
475 count = tree->getChildCount(tree); // How many children do we have
H A Dantlr3basetreeadaptor.c70 static ANTLR3_UINT32 getChildCount (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t);
144 adaptor->getChildCount = (ANTLR3_UINT32 (*)(pANTLR3_BASE_TREE_ADAPTOR, void *))
145 getChildCount;
177 nCount = adaptor->getChildCount(adaptor, t);
256 nCount = adaptor->getChildCount(adaptor, t);
485 n = adaptor->getChildCount (adaptor, t);
510 n = adaptor->getChildCount(adaptor, tree);
645 if (newRootTree->getChildCount(newRootTree) > 1)
715 if (root->getChildCount(root) == 0)
719 else if (root->getChildCount(roo
890 getChildCount (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE tree) function
[all...]
H A Dantlr3commontreeadaptor.c55 static ANTLR3_UINT32 getChildCount (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t);
134 cta->baseAdaptor.getChildCount = (ANTLR3_UINT32 (*) (pANTLR3_BASE_TREE_ADAPTOR, void *))
135 getChildCount;
471 getChildCount (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t) function
473 return t->getChildCount(t);
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DDebugTreeAdaptor.java88 int n = adaptor.getChildCount(t);
209 public int getChildCount(Object t) { method in class:DebugTreeAdaptor
210 return adaptor.getChildCount(t);
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DData.java143 int getChildCount(); method in interface:Data
H A DDefaultDataContext.java320 public int getChildCount() { method in class:DefaultDataContext.LocalVariable
H A DDelegatedData.java142 public int getChildCount() { method in class:DelegatedData
143 return getDelegate().getChildCount();
H A DNestedMapData.java283 public int getChildCount() { method in class:NestedMapData
339 if (sym.getChildCount() == 0) {
480 if (getChildCount() > 0) {
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Ddebug.py260 for i in range(self.adaptor.getChildCount(t)):
357 def getChildCount(self, t): member in class:DebugTreeAdaptor
358 return self.adaptor.getChildCount(t)
H A Dtree.py118 def getChildCount(self): member in class:Tree
537 def getChildCount(self, t): member in class:TreeAdaptor
725 def getChildCount(self): member in class:BaseTree
1012 for i in range(self.getChildCount(t)):
1077 nc = newRoot.getChildCount()
1096 if root.getChildCount() == 0:
1099 elif root.getChildCount() == 1:
1161 def getChildCount(self, t): member in class:BaseTreeAdaptor
1162 return t.getChildCount()
1273 if self.getChildCount()
1592 def getChildCount(self, t): member in class:CommonTreeAdaptor
[all...]
/external/dexmaker/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 140 milliseconds

12