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

Lines Matching full:105

102 			ITree u = new CommonTree(new CommonToken(105));
108 string expected = " 101 102 103 104 105";
112 expected = " 101 2 102 2 103 3 104 3 105";
195 // ^(101 ^(102 103 ^(106 107) ) 104 105)
197 // Sequence of types: 101 DN 102 DN 103 106 DN 107 Up Up 104 105 Up EndOfFile
206 r0.AddChild(new CommonTree(new CommonToken(105)));
232 // ^(101 ^(102 103 ^(106 107) ) 104 105)
234 // Sequence of types: 101 DN 102 DN 103 106 DN 107 Up Up 104 105 Up EndOfFile
243 r0.AddChild(new CommonTree(new CommonToken(105)));
268 Assert.AreEqual(105, ((ITree)stream.LT(1)).Type);
279 // ^(101 ^(102 103 ^(106 107) ) 104 105)
281 // Sequence of types: 101 DN 102 DN 103 106 DN 107 Up Up 104 105 Up EndOfFile
290 r0.AddChild(new CommonTree(new CommonToken(105)));
320 // ^(101 ^(102 103 ^(106 107) ) 104 105)
322 // Sequence of types: 101 DN 102 DN 103 106 DN 107 Up Up 104 105 Up EndOfFile
331 r0.AddChild(new CommonTree(new CommonToken(105)));
348 // ^(101 ^(102 103 ^(106 107) ) 104 105)
350 // Sequence of types: 101 DN 102 DN 103 106 DN 107 Up Up 104 105 Up EndOfFile
359 r0.AddChild(new CommonTree(new CommonToken(105)));
373 // ^(101 ^(102 103) ^(104 105) ^(106 107) 108 109)
375 // Sequence of types: 101 DN 102 DN 103 Up 104 DN 105 Up 106 DN 107 Up 108 109 Up
381 r2.AddChild(new CommonTree(new CommonToken(105)));
390 String expecting = " 101 2 102 2 103 3 104 2 105 3 106 2 107 3 108 109 3";
420 // ^(101 ^(102 103) ^(104 105) ^(106 107) 108 109)
422 // Sequence of types: 101 DN 102 DN 103 Up 104 DN 105 Up 106 DN 107 Up 108 109 Up
428 r2.AddChild(new CommonTree(new CommonToken(105)));
464 Assert.AreEqual(105, ((ITree)stream.LT(1)).Type);
479 // ^(101 ^(102 103) ^(104 105) ^(106 107) 108 109)
481 // Sequence of types: 101 DN 102 DN 103 Up 104 DN 105 Up 106 DN 107 Up 108 109 Up
487 r2.AddChild(new CommonTree(new CommonToken(105)));
524 Assert.AreEqual(105, ((ITree)stream.LT(1)).Type);