Searched defs:HasAncestor (Results 1 - 4 of 4) sorted by path

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DBaseTree.cs379 public virtual bool HasAncestor(int ttype) { method in class:Antlr.Runtime.Tree.BaseTree
H A DITree.cs66 bool HasAncestor(int ttype); method in interface:Antlr.Runtime.Tree.ITree
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DBaseTree.cs455 public virtual bool HasAncestor( int ttype ) method in class:Antlr.Runtime.Tree.BaseTree
H A DITree.cs70 bool HasAncestor( int ttype ); method in interface:Antlr.Runtime.Tree.ITree

Completed in 437 milliseconds