/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
IDebugEventListener.cs | 381 void SetTokenBoundaries(object t, int tokenStartIndex, int tokenStopIndex);
|
DebugEventRepeater.cs | 155 public virtual void SetTokenBoundaries(object t, int tokenStartIndex, int tokenStopIndex) { 156 _listener.SetTokenBoundaries(t, tokenStartIndex, tokenStopIndex);
|
BlankDebugEventListener.cs | 124 public virtual void SetTokenBoundaries(object t, int tokenStartIndex, int tokenStopIndex) {
|
DebugTreeAdaptor.cs | 184 public virtual void SetTokenBoundaries(object t, IToken startToken, IToken stopToken) { 185 adaptor.SetTokenBoundaries(t, startToken, stopToken); 187 dbg.SetTokenBoundaries(
|
TraceDebugEventListener.cs | 112 public override void SetTokenBoundaries(object t, int tokenStartIndex, int tokenStopIndex) { 113 Console.Out.WriteLine("setTokenBoundaries " + adaptor.GetUniqueID(t) + ", " +
|
DebugEventHub.cs | 290 public virtual void SetTokenBoundaries(object t, int tokenStartIndex, int tokenStopIndex) { 293 listener.SetTokenBoundaries(t, tokenStartIndex, tokenStopIndex);
|
DebugEventSocketProxy.cs | 348 public override void SetTokenBoundaries(object t, int tokenStartIndex, int tokenStopIndex) { 350 Transmit("setTokenBoundaries\t" + ID + "\t" + tokenStartIndex + "\t" + tokenStopIndex);
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/ |
IDebugEventListener.cs | 383 void SetTokenBoundaries( object t, int tokenStartIndex, int tokenStopIndex );
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
DebugEventRepeater.cs | 189 public virtual void SetTokenBoundaries( object t, int tokenStartIndex, int tokenStopIndex ) 191 _listener.SetTokenBoundaries( t, tokenStartIndex, tokenStopIndex );
|
BlankDebugEventListener.cs | 158 public virtual void SetTokenBoundaries( object t, int tokenStartIndex, int tokenStopIndex )
|
DebugTreeAdaptor.cs | 239 public virtual void SetTokenBoundaries( object t, IToken startToken, IToken stopToken ) 241 adaptor.SetTokenBoundaries( t, startToken, stopToken ); 244 dbg.SetTokenBoundaries(
|
TraceDebugEventListener.cs | 127 public override void SetTokenBoundaries( object t, int tokenStartIndex, int tokenStopIndex ) 129 Console.Out.WriteLine( "setTokenBoundaries " + adaptor.GetUniqueID( t ) + ", " +
|
DebugEventHub.cs | 355 public virtual void SetTokenBoundaries( object t, int tokenStartIndex, int tokenStopIndex ) 360 listener.SetTokenBoundaries( t, tokenStartIndex, tokenStopIndex );
|
DebugEventSocketProxy.cs | 395 public override void SetTokenBoundaries( object t, int tokenStartIndex, int tokenStopIndex ) 398 Transmit( "setTokenBoundaries\t" + ID + "\t" + tokenStartIndex + "\t" + tokenStopIndex );
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
ITreeAdaptor.cs | 159 * before setTokenBoundaries(). 269 void SetTokenBoundaries(object t, IToken startToken, IToken stopToken);
|
CommonTreeAdaptor.cs | 116 public override void SetTokenBoundaries(object t, IToken startToken, IToken stopToken) {
|
BaseTreeAdaptor.cs | 308 public abstract void SetTokenBoundaries(object t, IToken startToken, IToken stopToken);
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/ |
ITreeAdaptor`1.cs | 147 * before setTokenBoundaries(). 257 void SetTokenBoundaries(T t, IToken startToken, IToken stopToken);
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
ITreeAdaptor.cs | 215 * before setTokenBoundaries(). 289 void SetTokenBoundaries( object t, IToken startToken, IToken stopToken );
|
BaseTreeAdaptor.cs | 423 public virtual void SetTokenBoundaries(object t, IToken startToken, IToken stopToken)
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
ASTParser.stg | 190 adaptor.SetTokenBoundaries(retval.Tree, retval.Start, retval.Stop);
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
ASTParser.stg | 201 adaptor.SetTokenBoundaries(retval.Tree, retval.Start, retval.Stop);
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
ASTParser.stg | 215 Adaptor.SetTokenBoundaries(RetVal.Tree, RetVal.Start as IToken, RetVal.Stop as IToken);
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
DebugGrammarParser.cs | 225 adaptor.SetTokenBoundaries(retval.tree, retval.start, retval.stop); 512 adaptor.SetTokenBoundaries(retval.tree, retval.start, retval.stop); 664 adaptor.SetTokenBoundaries(retval.tree, retval.start, retval.stop); 756 adaptor.SetTokenBoundaries(retval.tree, retval.start, retval.stop); 969 adaptor.SetTokenBoundaries(retval.tree, retval.start, retval.stop); 1127 adaptor.SetTokenBoundaries(retval.tree, retval.start, retval.stop); 1404 adaptor.SetTokenBoundaries(retval.tree, retval.start, retval.stop); [all...] |
ProfileGrammarParser.cs | 229 adaptor.SetTokenBoundaries(retval.tree, retval.start, retval.stop); 516 adaptor.SetTokenBoundaries(retval.tree, retval.start, retval.stop); 668 adaptor.SetTokenBoundaries(retval.tree, retval.start, retval.stop); 760 adaptor.SetTokenBoundaries(retval.tree, retval.start, retval.stop); 973 adaptor.SetTokenBoundaries(retval.tree, retval.start, retval.stop); 1131 adaptor.SetTokenBoundaries(retval.tree, retval.start, retval.stop); 1408 adaptor.SetTokenBoundaries(retval.tree, retval.start, retval.stop); [all...] |