()
| 3821 | } |
| 3822 | |
| 3823 | private boolean jj_3R_Identifier_380_5_38() { |
| 3824 | if (jj_scan_token(IDENTIFIER)) { |
| 3825 | return true; |
| 3826 | } |
| 3827 | return false; |
| 3828 | } |
| 3829 | |
| 3830 | private boolean jj_3R_Equality_184_9_46() { |
| 3831 | Token xsp; |
no test coverage detected