Searched defs:getAncestor (Results 1 - 9 of 9) sorted by relevance

/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DBaseTree.as266 public function hasAncestor(ttype:int):Boolean { return getAncestor(ttype)!=null; }
269 public function getAncestor(ttype:int):Tree { function
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTree.java61 public Tree getAncestor(int ttype); method in interface:Tree
H A DTreeParser.java202 Object ancestor = getAncestor(adaptor, tokenNames, t, goal);
222 protected static Object getAncestor(TreeAdaptor adaptor, String[] tokenNames, Object t, String goal) { method in class:TreeParser
H A DBaseTree.java313 public boolean hasAncestor(int ttype) { return getAncestor(ttype)!=null; }
316 public Tree getAncestor(int ttype) { method in class:BaseTree
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dtree.py138 def getAncestor(self, ttype): member in class:Tree
891 return self.getAncestor(ttype) is not None
893 def getAncestor(self, ttype): member in class:BaseTree
/external/guava/guava/src/com/google/common/collect/
H A DAbstractMultimap.java560 WrappedCollection getAncestor() { method in class:AbstractMultimap.WrappedCollection
688 (getAncestor() == null) ? this : getAncestor());
696 (getAncestor() == null) ? this : getAncestor());
704 (getAncestor() == null) ? this : getAncestor());
797 (getAncestor() == null) ? this : getAncestor());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.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 102 milliseconds