HomeSort by relevance Sort by last modified time
    Searched refs:getAncestor (Results 1 - 25 of 40) sorted by null

1 2

  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
Tree.java 61 public Tree getAncestor(int ttype);
BaseTree.java 313 public boolean hasAncestor(int ttype) { return getAncestor(ttype)!=null; }
316 public Tree getAncestor(int ttype) {
TreeParser.java 202 Object ancestor = getAncestor(adaptor, tokenNames, t, goal);
222 protected static Object getAncestor(TreeAdaptor adaptor, String[] tokenNames, Object t, String goal) {
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTree.h 50 - (id<ANTLRTree>) getAncestor:(NSInteger) ttype;
ANTLRBaseTree.h 75 - (id<ANTLRBaseTree>)getAncestor:(NSInteger)ttype;
152 - (id<ANTLRBaseTree>)getAncestor:(NSInteger)ttype;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTree.h 44 - (id<ANTLRTree>) getAncestor:(NSInteger) ttype;
ANTLRBaseTree.h 73 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype;
148 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTree.h 44 - (id<ANTLRTree>) getAncestor:(NSInteger) ttype;
ANTLRBaseTree.h 73 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype;
148 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTree.h 44 - (id<ANTLRTree>) getAncestor:(NSInteger) ttype;
ANTLRBaseTree.h 73 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype;
148 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype;
  /external/guava/guava/src/com/google/common/collect/
AbstractMultimap.java 560 WrappedCollection getAncestor() {
688 (getAncestor() == null) ? this : getAncestor());
696 (getAncestor() == null) ? this : getAncestor());
704 (getAncestor() == null) ? this : getAncestor());
797 (getAncestor() == null) ? this : getAncestor());
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTree.as 266 public function hasAncestor(ttype:int):Boolean { return getAncestor(ttype)!=null; }
269 public function getAncestor(ttype:int):Tree {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
FixImportsJob.java 95 .getAncestor(IJavaElement.PACKAGE_FRAGMENT);
AndroidPackageRenameParticipant.java 176 .getAncestor(IJavaElement.JAVA_PROJECT);
315 .getAncestor(IJavaElement.JAVA_PROJECT);
AndroidTypeMoveParticipant.java 111 IJavaProject javaProject = (IJavaProject) type.getAncestor(IJavaElement.JAVA_PROJECT);
AndroidTypeRenameParticipant.java 138 IJavaProject javaProject = (IJavaProject) type.getAncestor(IJavaElement.JAVA_PROJECT);
RenameResourceParticipant.java 186 IJavaProject javaProject = (IJavaProject) field.getAncestor(
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Strip.java 210 CommonTree root = (CommonTree)t.getAncestor(ANTLRv3Parser.RULE);
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tree.py 138 def getAncestor(self, ttype):
891 return self.getAncestor(ttype) is not None
893 def getAncestor(self, ttype):
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /libcore/benchmarks/libs/
caliper.jar 

Completed in 583 milliseconds

1 2