()
| 3436 | } |
| 3437 | |
| 3438 | private boolean jj_3R_Integer_443_5_96() { |
| 3439 | if (jj_scan_token(INTEGER_LITERAL)) { |
| 3440 | return true; |
| 3441 | } |
| 3442 | return false; |
| 3443 | } |
| 3444 | |
| 3445 | private boolean jj_3R_Multiplication_247_9_71() { |
| 3446 | Token xsp; |
no test coverage detected