(int xla)
| 2595 | } |
| 2596 | |
| 2597 | private boolean jj_2_3(int xla) { |
| 2598 | jj_la = xla; |
| 2599 | jj_lastpos = jj_scanpos = token; |
| 2600 | try { |
| 2601 | return (!jj_3_3()); |
| 2602 | } catch (LookaheadSuccess ls) { |
| 2603 | return true; |
| 2604 | } finally { |
| 2605 | jj_save(2, xla); |
| 2606 | } |
| 2607 | } |
| 2608 | |
| 2609 | private boolean jj_2_4(int xla) { |
| 2610 | jj_la = xla; |
no test coverage detected