Home | History | Annotate | Download | only in Antlr3.Runtime.Debug

Lines Matching full:append

256             buf.Append( "exception\t" );
257 buf.Append( e.GetType().Name );
259 buf.Append( "\t" );
260 buf.Append( e.Index );
261 buf.Append( "\t" );
262 buf.Append( e.Line );
263 buf.Append( "\t" );
264 buf.Append( e.CharPositionInLine );
281 buf.Append( "semanticPredicate\t" );
282 buf.Append( result );
292 buf.Append( "consumeNode" );
303 buf.Append( "LN\t" ); // lookahead node; distinguish from LT in protocol
304 buf.Append( i );
314 buf.Append( "\t" );
315 buf.Append( ID );
316 buf.Append( "\t" );
317 buf.Append( type );
326 buf.Append( "\t" );
327 buf.Append( line );
328 buf.Append( "\t" );
329 buf.Append( pos );
331 buf.Append( "\t" );
332 buf.Append( tokenIndex );
352 buf.Append( "errorNode\t" );
353 buf.Append( ID );
354 buf.Append( "\t" );
355 buf.Append( TokenTypes.Invalid );
366 buf.Append( "createNodeFromTokenElements\t" );
367 buf.Append( ID );
368 buf.Append( "\t" );
369 buf.Append( type );
409 buf.Append( t.TokenIndex );
410 buf.Append( '\t' );
411 buf.Append( t.Type );
412 buf.Append( '\t' );
413 buf.Append( t.Channel );
414 buf.Append( '\t' );
415 buf.Append( t.Line );
416 buf.Append( '\t' );
417 buf.Append( t.CharPositionInLine );
424 buf.Append( "\t\"" );
432 buf.Append( text );