(int xla)
| 2607 | } |
| 2608 | |
| 2609 | private boolean jj_2_4(int xla) { |
| 2610 | jj_la = xla; |
| 2611 | jj_lastpos = jj_scanpos = token; |
| 2612 | try { |
| 2613 | return (!jj_3_4()); |
| 2614 | } catch (LookaheadSuccess ls) { |
| 2615 | return true; |
| 2616 | } finally { |
| 2617 | jj_save(3, xla); |
| 2618 | } |
| 2619 | } |
| 2620 | |
| 2621 | private boolean jj_2_5(int xla) { |
| 2622 | jj_la = xla; |
no test coverage detected