()
| 2590 | } |
| 2591 | |
| 2592 | final public void TypeArguments() throws ParseException { |
| 2593 | jj_consume_token(LT); |
| 2594 | jj_consume_token(IDENTIFIER); |
| 2595 | jj_consume_token(GT); |
| 2596 | } |
| 2597 | |
| 2598 | final public void AllocationExpression() throws ParseException { |
| 2599 | /*@bgen(jjtree) AllocationExpression */ |
no test coverage detected