(int xla)
| 2571 | } |
| 2572 | |
| 2573 | private boolean jj_2_1(int xla) { |
| 2574 | jj_la = xla; |
| 2575 | jj_lastpos = jj_scanpos = token; |
| 2576 | try { |
| 2577 | return (!jj_3_1()); |
| 2578 | } catch (LookaheadSuccess ls) { |
| 2579 | return true; |
| 2580 | } finally { |
| 2581 | jj_save(0, xla); |
| 2582 | } |
| 2583 | } |
| 2584 | |
| 2585 | private boolean jj_2_2(int xla) { |
| 2586 | jj_la = xla; |
no test coverage detected