Home
last modified time | relevance | path

Searched defs:CreateChildrenList (Results 1 – 3 of 3) sorted by relevance

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DBaseTree.cs342 protected virtual List<ITree> CreateChildrenList() { in CreateChildrenList() method in Antlr.Runtime.Tree.BaseTree
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DBaseTree.cs433 protected virtual IList<ITree> CreateChildrenList() in CreateChildrenList() method in Antlr.Runtime.Tree.BaseTree
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas1173 function CreateChildrenList: IList<IBaseTree>; virtual; in CreateChildrenList() function
2194 function TBaseTree.CreateChildrenList: IList<IBaseTree>; in CreateChildrenList() function