Searched defs:GetUniqueID (Results 1 - 8 of 8) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTreeAdaptor.cs217 public virtual int GetUniqueID(object node) { method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
218 return adaptor.GetUniqueID(node);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DBaseTreeAdaptor.cs255 public virtual int GetUniqueID(object node) { method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
H A DITreeAdaptor.cs172 int GetUniqueID(object node); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DBaseTreeAdaptor.cs341 public virtual int GetUniqueID( object node ) method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
H A DITreeAdaptor.cs228 int GetUniqueID( object node ); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugTreeAdaptor.cs280 public virtual int GetUniqueID( object node ) method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
282 return adaptor.GetUniqueID( node );
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
H A DITreeAdaptor`1.cs160 int GetUniqueID(T node); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas198 function GetUniqueID(const Node: IANTLRInterface): Integer;
1280 function GetUniqueID(const Node: IANTLRInterface): Integer; function
2823 function TBaseTreeAdaptor.GetUniqueID(const Node: IANTLRInterface): Integer;

Completed in 225 milliseconds