Searched defs:GetTree (Results 1 - 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DParseTreeBuilder.cs54 public virtual ParseTree GetTree() { method in class:Antlr.Runtime.Debug.ParseTreeBuilder
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DBaseTreeAdaptor.cs282 ITree tree = GetTree(t);
296 ITree tree = GetTree(t);
310 ITree tree = GetTree(t);
319 ITree tree = GetTree(t);
323 ITree childTree = GetTree(child);
334 ITree tree = GetTree(t);
407 ITree tree = GetTree(treeNode);
425 ITree tree = GetTree(t);
443 ITree tree = GetTree(t);
452 ITree tree = GetTree(
505 protected virtual ITree GetTree(object t) method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
[all...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas1167 function GetTree: IANTLRInterface;
1180 property Tree: IANTLRInterface read GetTree write SetTree;
2516 function GetTree: IANTLRInterface; virtual;
5722 function TRuleReturnScope.GetTree: IANTLRInterface;

Completed in 265 milliseconds