(int xla)
| 2667 | } |
| 2668 | |
| 2669 | private boolean jj_2_9(int xla) { |
| 2670 | jj_la = xla; |
| 2671 | jj_lastpos = jj_scanpos = token; |
| 2672 | try { |
| 2673 | return (!jj_3_9()); |
| 2674 | } catch (LookaheadSuccess ls) { |
| 2675 | return true; |
| 2676 | } finally { |
| 2677 | jj_save(8, xla); |
| 2678 | } |
| 2679 | } |
| 2680 | |
| 2681 | private boolean jj_3R_LambdaExpressionOrInvocation_144_45_30() { |
| 2682 | if (jj_3R_Choice_155_5_22()) { |
no test coverage detected