OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HasAncestor
(Results
1 - 4
of
4
) sorted by null
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITree.cs
66
bool
HasAncestor
(int ttype);
BaseTree.cs
379
public virtual bool
HasAncestor
(int ttype) {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITree.cs
70
bool
HasAncestor
( int ttype );
BaseTree.cs
455
public virtual bool
HasAncestor
( int ttype )
Completed in 669 milliseconds