/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | TraceDebugEventListener.cs | 75 int ID = adaptor.GetUniqueID( t ); in ConsumeNode() 83 int ID = adaptor.GetUniqueID( t ); in LT() 96 Console.Out.WriteLine( "nilNode " + adaptor.GetUniqueID( t ) ); in NilNode() 101 int ID = adaptor.GetUniqueID( t ); in CreateNode() 109 int ID = adaptor.GetUniqueID( node ); in CreateNode() 117 Console.Out.WriteLine( "becomeRoot " + adaptor.GetUniqueID( newRoot ) + ", " + in BecomeRoot() 118 adaptor.GetUniqueID( oldRoot ) ); in BecomeRoot() 123 Console.Out.WriteLine( "addChild " + adaptor.GetUniqueID( root ) + ", " + in AddChild() 124 adaptor.GetUniqueID( child ) ); in AddChild() 129 Console.Out.WriteLine( "setTokenBoundaries " + adaptor.GetUniqueID( t ) + ", " + in SetTokenBoundaries()
|
D | DebugEventSocketProxy.cs | 299 int ID = adaptor.GetUniqueID( t ); in LT() 311 int ID = adaptor.GetUniqueID( t ); in SerializeNode() 343 int ID = adaptor.GetUniqueID( t ); in NilNode() 349 int ID = adaptor.GetUniqueID( t ); in ErrorNode() 362 int ID = adaptor.GetUniqueID( t ); in CreateNode() 376 int ID = adaptor.GetUniqueID( node ); in CreateNode() 383 int newRootID = adaptor.GetUniqueID( newRoot ); in BecomeRoot() 384 int oldRootID = adaptor.GetUniqueID( oldRoot ); in BecomeRoot() 390 int rootID = adaptor.GetUniqueID( root ); in AddChild() 391 int childID = adaptor.GetUniqueID( child ); in AddChild() [all …]
|
D | DebugTreeNodeStream.cs | 143 int ID = adaptor.GetUniqueID( node ); in LT() 153 int ID = adaptor.GetUniqueID( node ); in LA()
|
D | DebugTreeAdaptor.cs | 280 public virtual int GetUniqueID( object node ) in GetUniqueID() method in Antlr.Runtime.Debug.DebugTreeAdaptor 282 return adaptor.GetUniqueID( node ); in GetUniqueID()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | TraceDebugEventListener.cs | 66 int ID = adaptor.GetUniqueID(t); in ConsumeNode() 73 int ID = adaptor.GetUniqueID(t); in LT() 85 Console.Out.WriteLine("nilNode " + adaptor.GetUniqueID(t)); in NilNode() 89 int ID = adaptor.GetUniqueID(t); in CreateNode() 96 int ID = adaptor.GetUniqueID(node); in CreateNode() 103 Console.Out.WriteLine("becomeRoot " + adaptor.GetUniqueID(newRoot) + ", " + in BecomeRoot() 104 adaptor.GetUniqueID(oldRoot)); in BecomeRoot() 108 Console.Out.WriteLine("addChild " + adaptor.GetUniqueID(root) + ", " + in AddChild() 109 adaptor.GetUniqueID(child)); in AddChild() 113 Console.Out.WriteLine("setTokenBoundaries " + adaptor.GetUniqueID(t) + ", " + in SetTokenBoundaries()
|
D | DebugEventSocketProxy.cs | 260 int ID = adaptor.GetUniqueID(t); in LT() 271 int ID = adaptor.GetUniqueID(t); in SerializeNode() 301 int ID = adaptor.GetUniqueID(t); in NilNode() 306 int ID = adaptor.GetUniqueID(t); in ErrorNode() 318 int ID = adaptor.GetUniqueID(t); in CreateNode() 331 int ID = adaptor.GetUniqueID(node); in CreateNode() 337 int newRootID = adaptor.GetUniqueID(newRoot); in BecomeRoot() 338 int oldRootID = adaptor.GetUniqueID(oldRoot); in BecomeRoot() 343 int rootID = adaptor.GetUniqueID(root); in AddChild() 344 int childID = adaptor.GetUniqueID(child); in AddChild() [all …]
|
D | DebugTreeNodeStream.cs | 122 int ID = adaptor.GetUniqueID(node); in LT() 131 int ID = adaptor.GetUniqueID(node); in LA()
|
D | DebugTreeAdaptor.cs | 217 public virtual int GetUniqueID(object node) { in GetUniqueID() method in Antlr.Runtime.Debug.DebugTreeAdaptor 218 return adaptor.GetUniqueID(node); in GetUniqueID()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | ITreeAdaptor.cs | 172 int GetUniqueID(object node); in GetUniqueID() method
|
D | BaseTreeAdaptor.cs | 255 public virtual int GetUniqueID(object node) { in GetUniqueID() method in Antlr.Runtime.Tree.BaseTreeAdaptor
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | ITreeAdaptor.cs | 228 int GetUniqueID( object node ); in GetUniqueID() method
|
D | BaseTreeAdaptor.cs | 341 public virtual int GetUniqueID( object node ) in GetUniqueID() method in Antlr.Runtime.Tree.BaseTreeAdaptor
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/ |
D | ITreeAdaptor`1.cs | 160 int GetUniqueID(T node); in GetUniqueID() method
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Tree.pas | 198 function GetUniqueID(const Node: IANTLRInterface): Integer; 1280 function GetUniqueID(const Node: IANTLRInterface): Integer; in GetUniqueID() function 2823 function TBaseTreeAdaptor.GetUniqueID(const Node: IANTLRInterface): Integer; in GetUniqueID() function
|