Home
last modified time | relevance | path

Searched defs:GetAncestor (Results 1 – 2 of 2) sorted by relevance

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DITree.cs69 ITree GetAncestor(int ttype); in GetAncestor() method
DBaseTree.cs384 public virtual ITree GetAncestor(int ttype) { in GetAncestor() method in Antlr.Runtime.Tree.BaseTree