(int xla)
| 2583 | } |
| 2584 | |
| 2585 | private boolean jj_2_2(int xla) { |
| 2586 | jj_la = xla; |
| 2587 | jj_lastpos = jj_scanpos = token; |
| 2588 | try { |
| 2589 | return (!jj_3_2()); |
| 2590 | } catch (LookaheadSuccess ls) { |
| 2591 | return true; |
| 2592 | } finally { |
| 2593 | jj_save(1, xla); |
| 2594 | } |
| 2595 | } |
| 2596 | |
| 2597 | private boolean jj_2_3(int xla) { |
| 2598 | jj_la = xla; |
no test coverage detected