Home
last modified time | relevance | path

Searched defs:getAncestor (Results 1 – 5 of 5) sorted by relevance

/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTree.java61 public Tree getAncestor(int ttype); in getAncestor() method
DTreeParser.java222 …protected static Object getAncestor(TreeAdaptor adaptor, String[] tokenNames, Object t, String goa… in getAncestor() method in TreeParser
DBaseTree.java316 public Tree getAncestor(int ttype) { in getAncestor() method in BaseTree
/external/guava/guava/src/com/google/common/collect/
DAbstractMultimap.java560 WrappedCollection getAncestor() { in getAncestor() method in AbstractMultimap.WrappedCollection
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Dtree.py138 def getAncestor(self, ttype): member in Tree
893 def getAncestor(self, ttype): member in BaseTree