Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DBaseTree.cs258 public virtual void AddChildren( IEnumerable<ITree> kids ) in AddChildren() method in Antlr.Runtime.Tree.BaseTree
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DBaseTree.cs215 public virtual void AddChildren(IEnumerable<ITree> kids) { in AddChildren() method in Antlr.Runtime.Tree.BaseTree
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas556 procedure AddChildren(const Kids: IList<IBaseTree>); procedure
2180 procedure TBaseTree.AddChildren(const Kids: IList<IBaseTree>); procedure