/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | DebugTreeAdaptor.cs | 184 public virtual void SetTokenBoundaries(object t, IToken startToken, IToken stopToken) { in SetTokenBoundaries() method in Antlr.Runtime.Debug.DebugTreeAdaptor 185 adaptor.SetTokenBoundaries(t, startToken, stopToken); in SetTokenBoundaries() 187 dbg.SetTokenBoundaries( in SetTokenBoundaries()
|
D | DebugEventRepeater.cs | 155 public virtual void SetTokenBoundaries(object t, int tokenStartIndex, int tokenStopIndex) { in SetTokenBoundaries() method in Antlr.Runtime.Debug.DebugEventRepeater 156 _listener.SetTokenBoundaries(t, tokenStartIndex, tokenStopIndex); in SetTokenBoundaries()
|
D | IDebugEventListener.cs | 381 void SetTokenBoundaries(object t, int tokenStartIndex, int tokenStopIndex); in SetTokenBoundaries() method
|
D | DebugEventHub.cs | 290 public virtual void SetTokenBoundaries(object t, int tokenStartIndex, int tokenStopIndex) { in SetTokenBoundaries() method in Antlr.Runtime.Debug.DebugEventHub 293 listener.SetTokenBoundaries(t, tokenStartIndex, tokenStopIndex); in SetTokenBoundaries()
|
D | BlankDebugEventListener.cs | 124 public virtual void SetTokenBoundaries(object t, int tokenStartIndex, int tokenStopIndex) { in SetTokenBoundaries() method in Antlr.Runtime.Debug.BlankDebugEventListener
|
D | TraceDebugEventListener.cs | 112 public override void SetTokenBoundaries(object t, int tokenStartIndex, int tokenStopIndex) { in SetTokenBoundaries() method in Antlr.Runtime.Debug.TraceDebugEventListener
|
D | DebugEventSocketProxy.cs | 348 public override void SetTokenBoundaries(object t, int tokenStartIndex, int tokenStopIndex) { in SetTokenBoundaries() method in Antlr.Runtime.Debug.DebugEventSocketProxy
|
D | RemoteDebugEventSocketListener.cs | 485 listener.SetTokenBoundaries( in Dispatch()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | DebugTreeAdaptor.cs | 239 public virtual void SetTokenBoundaries( object t, IToken startToken, IToken stopToken ) in SetTokenBoundaries() method in Antlr.Runtime.Debug.DebugTreeAdaptor 241 adaptor.SetTokenBoundaries( t, startToken, stopToken ); in SetTokenBoundaries() 244 dbg.SetTokenBoundaries( in SetTokenBoundaries()
|
D | DebugEventRepeater.cs | 189 public virtual void SetTokenBoundaries( object t, int tokenStartIndex, int tokenStopIndex ) in SetTokenBoundaries() method in Antlr.Runtime.Debug.DebugEventRepeater 191 _listener.SetTokenBoundaries( t, tokenStartIndex, tokenStopIndex ); in SetTokenBoundaries()
|
D | DebugEventHub.cs | 355 public virtual void SetTokenBoundaries( object t, int tokenStartIndex, int tokenStopIndex ) in SetTokenBoundaries() method in Antlr.Runtime.Debug.DebugEventHub 360 listener.SetTokenBoundaries( t, tokenStartIndex, tokenStopIndex ); in SetTokenBoundaries()
|
D | BlankDebugEventListener.cs | 158 public virtual void SetTokenBoundaries( object t, int tokenStartIndex, int tokenStopIndex ) in SetTokenBoundaries() method in Antlr.Runtime.Debug.BlankDebugEventListener
|
D | TraceDebugEventListener.cs | 127 public override void SetTokenBoundaries( object t, int tokenStartIndex, int tokenStopIndex ) in SetTokenBoundaries() method in Antlr.Runtime.Debug.TraceDebugEventListener
|
D | DebugEventSocketProxy.cs | 395 public override void SetTokenBoundaries( object t, int tokenStartIndex, int tokenStopIndex ) in SetTokenBoundaries() method in Antlr.Runtime.Debug.DebugEventSocketProxy
|
D | RemoteDebugEventSocketListener.cs | 631 listener.SetTokenBoundaries( in Dispatch()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
D | DebugGrammarParser.cs | 225 adaptor.SetTokenBoundaries(retval.tree, retval.start, retval.stop); in prog() 512 adaptor.SetTokenBoundaries(retval.tree, retval.start, retval.stop); in stat() 664 adaptor.SetTokenBoundaries(retval.tree, retval.start, retval.stop); in func() 756 adaptor.SetTokenBoundaries(retval.tree, retval.start, retval.stop); in formalPar() 969 adaptor.SetTokenBoundaries(retval.tree, retval.start, retval.stop); in expr() 1127 adaptor.SetTokenBoundaries(retval.tree, retval.start, retval.stop); in multExpr() 1404 adaptor.SetTokenBoundaries(retval.tree, retval.start, retval.stop); in atom()
|
D | ProfileGrammarParser.cs | 229 adaptor.SetTokenBoundaries(retval.tree, retval.start, retval.stop); in prog() 516 adaptor.SetTokenBoundaries(retval.tree, retval.start, retval.stop); in stat() 668 adaptor.SetTokenBoundaries(retval.tree, retval.start, retval.stop); in func() 760 adaptor.SetTokenBoundaries(retval.tree, retval.start, retval.stop); in formalPar() 973 adaptor.SetTokenBoundaries(retval.tree, retval.start, retval.stop); in expr() 1131 adaptor.SetTokenBoundaries(retval.tree, retval.start, retval.stop); in multExpr() 1408 adaptor.SetTokenBoundaries(retval.tree, retval.start, retval.stop); in atom()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/ |
D | IDebugEventListener.cs | 383 void SetTokenBoundaries( object t, int tokenStartIndex, int tokenStopIndex ); in SetTokenBoundaries() method
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | ITreeAdaptor.cs | 269 void SetTokenBoundaries(object t, IToken startToken, IToken stopToken); in SetTokenBoundaries() method
|
D | CommonTreeAdaptor.cs | 116 public override void SetTokenBoundaries(object t, IToken startToken, IToken stopToken) { in SetTokenBoundaries() method in Antlr.Runtime.Tree.CommonTreeAdaptor
|
D | BaseTreeAdaptor.cs | 308 public abstract void SetTokenBoundaries(object t, IToken startToken, IToken stopToken); in SetTokenBoundaries() method in Antlr.Runtime.Tree.BaseTreeAdaptor
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | ITreeAdaptor.cs | 289 void SetTokenBoundaries( object t, IToken startToken, IToken stopToken ); in SetTokenBoundaries() method
|
D | BaseTreeAdaptor.cs | 423 public virtual void SetTokenBoundaries(object t, IToken startToken, IToken stopToken) in SetTokenBoundaries() method in Antlr.Runtime.Tree.BaseTreeAdaptor
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/ |
D | ITreeAdaptor`1.cs | 257 void SetTokenBoundaries(T t, IToken startToken, IToken stopToken); in SetTokenBoundaries() method
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
D | ASTParser.stg | 215 Adaptor.SetTokenBoundaries(RetVal.Tree, RetVal.Start as IToken, RetVal.Stop as IToken);
|