HomeSort by relevance Sort by last modified time
    Searched defs:GetAncestor (Results 1 - 4 of 4) sorted by null

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITree.cs 69 ITree GetAncestor(int ttype);
BaseTree.cs 380 return GetAncestor(ttype) != null;
384 public virtual ITree GetAncestor(int ttype) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITree.cs 73 ITree GetAncestor( int ttype );
BaseTree.cs 457 return GetAncestor( ttype ) != null;
461 public virtual ITree GetAncestor( int ttype )

Completed in 428 milliseconds