()
| 3019 | } |
| 3020 | |
| 3021 | private boolean jj_3R_NonLiteral_330_7_87() { |
| 3022 | if (jj_scan_token(LPAREN)) { |
| 3023 | return true; |
| 3024 | } |
| 3025 | if (jj_3R_Expression_99_5_36()) { |
| 3026 | return true; |
| 3027 | } |
| 3028 | if (jj_scan_token(RPAREN)) { |
| 3029 | return true; |
| 3030 | } |
| 3031 | return false; |
| 3032 | } |
| 3033 | |
| 3034 | private boolean jj_3R_LambdaExpressionOrInvocation_141_5_23() { |
| 3035 | if (jj_scan_token(LPAREN)) { |
no test coverage detected