Home
last modified time | relevance | path

Searched defs:ITree (Results 1 – 8 of 8) sorted by relevance

/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DTreeExtensions.cs33 using ITree = Antlr.Runtime.Tree.ITree; typedef
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
DITreeFixture.cs42 using ITree = Antlr.Runtime.Tree.ITree; typedef
DITreeNodeStreamFixture.cs43 using ITree = Antlr.Runtime.Tree.ITree; typedef
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DITree.cs50 public interface ITree { interface
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DITree.cs51 public interface ITree interface
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DRemoteDebugEventSocketListener.cs41 using ITree = Antlr.Runtime.Tree.ITree; typedef
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DRemoteDebugEventSocketListener.cs42 using ITree = Antlr.Runtime.Tree.ITree; typedef
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas438 ITree = interface(IANTLRInterface) interface
443 procedure SetParent(const Value: ITree);
542 procedure SetParent(const Value: ITree);
558 procedure SetChild(const I: Integer; const T: ITree);
562 procedure SanityCheckParentAndChildIndexes(const Parent: ITree;
1226 procedure SetParent(const Value: ITree); override;