/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
H A D | TraceDebugEventListener.cs | 112 public override void SetTokenBoundaries(object t, int tokenStartIndex, int tokenStopIndex) { in SetTokenBoundaries() method in Antlr.Runtime.Debug.TraceDebugEventListener
|
H A D | IDebugEventListener.cs | 381 void SetTokenBoundaries(object t, int tokenStartIndex, int tokenStopIndex); in SetTokenBoundaries() method
|
H A D | BlankDebugEventListener.cs | 124 public virtual void SetTokenBoundaries(object t, int tokenStartIndex, int tokenStopIndex) { in SetTokenBoundaries() method in Antlr.Runtime.Debug.BlankDebugEventListener
|
H A D | DebugEventHub.cs | 290 public virtual void SetTokenBoundaries(object t, int tokenStartIndex, int tokenStopIndex) { in SetTokenBoundaries() method in Antlr.Runtime.Debug.DebugEventHub
|
H A D | DebugEventRepeater.cs | 155 public virtual void SetTokenBoundaries(object t, int tokenStartIndex, int tokenStopIndex) { in SetTokenBoundaries() method in Antlr.Runtime.Debug.DebugEventRepeater
|
H A D | DebugTreeAdaptor.cs | 184 public virtual void SetTokenBoundaries(object t, IToken startToken, IToken stopToken) { in SetTokenBoundaries() method in Antlr.Runtime.Debug.DebugTreeAdaptor
|
H A D | DebugEventSocketProxy.cs | 348 public override void SetTokenBoundaries(object t, int tokenStartIndex, int tokenStopIndex) { in SetTokenBoundaries() method in Antlr.Runtime.Debug.DebugEventSocketProxy
|
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
H A D | CommonTreeAdaptor.cs | 116 public override void SetTokenBoundaries(object t, IToken startToken, IToken stopToken) { in SetTokenBoundaries() method in Antlr.Runtime.Tree.CommonTreeAdaptor
|
H A D | ITreeAdaptor.cs | 269 void SetTokenBoundaries(object t, IToken startToken, IToken stopToken); in SetTokenBoundaries() method
|
H A D | BaseTreeAdaptor.cs | 308 public abstract void SetTokenBoundaries(object t, IToken startToken, IToken stopToken); in SetTokenBoundaries() method in Antlr.Runtime.Tree.BaseTreeAdaptor
|
/aosp_15_r20/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
H A D | Antlr.Runtime.Tree.pas | 272 procedure SetTokenBoundaries(const T: IANTLRInterface; const StartToken, procedure 1291 procedure SetTokenBoundaries(const T: IANTLRInterface; const StartToken, procedure 1319 procedure SetTokenBoundaries(const T: IANTLRInterface; const StartToken, procedure 2997 procedure TCommonTreeAdaptor.SetTokenBoundaries(const T: IANTLRInterface; procedure
|