()
| 2836 | } |
| 2837 | |
| 2838 | final public void LabeledStatement() throws ParseException { |
| 2839 | jj_consume_token(IDENTIFIER); |
| 2840 | jj_consume_token(COLON); |
| 2841 | Statement(); |
| 2842 | } |
| 2843 | |
| 2844 | final public void Block() throws ParseException { |
| 2845 | /*@bgen(jjtree) Block */ |
no test coverage detected