Home | History | Annotate | Download | only in antlr3

Lines Matching refs:ancestors

144         """Return a list of all ancestors of this node.
904 """Return a list of all ancestors of this node.
912 ancestors = []
915 ancestors.insert(0, t) # insert at start
918 return ancestors