Searched refs:getAncestor (Results 1 - 23 of 23) sorted by relevance

/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 DBaseTree.java313 public boolean hasAncestor(int ttype) { return getAncestor(ttype)!=null; }
316 public Tree getAncestor(int ttype) { method in class:BaseTree
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
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRTree.h50 - (id<ANTLRTree>) getAncestor:(NSInteger) ttype;
H A DANTLRBaseTree.h75 - (id<ANTLRBaseTree>)getAncestor:(NSInteger)ttype;
152 - (id<ANTLRBaseTree>)getAncestor:(NSInteger)ttype;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRTree.h44 - (id<ANTLRTree>) getAncestor:(NSInteger) ttype;
H A DANTLRBaseTree.h73 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype;
148 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRTree.h44 - (id<ANTLRTree>) getAncestor:(NSInteger) ttype;
H A DANTLRBaseTree.h73 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype;
148 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRTree.h44 - (id<ANTLRTree>) getAncestor:(NSInteger) ttype;
H A DANTLRBaseTree.h73 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype;
148 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype;
/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/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/tool/src/main/java/org/antlr/tool/
H A DStrip.java210 CommonTree root = (CommonTree)t.getAncestor(ANTLRv3Parser.RULE);
/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/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/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 521 milliseconds