()
| 2558 | * Null For 'null' |
| 2559 | */ |
| 2560 | final public void Null() throws ParseException {/* @bgen(jjtree) Null */ |
| 2561 | AstNull jjtn000 = new AstNull(JJTNULL); |
| 2562 | boolean jjtc000 = true; |
| 2563 | jjtree.openNodeScope(jjtn000); |
| 2564 | try { |
| 2565 | jj_consume_token(NULL); |
| 2566 | } finally { |
| 2567 | if (jjtc000) { |
| 2568 | jjtree.closeNodeScope(jjtn000, true); |
| 2569 | } |
| 2570 | } |
| 2571 | } |
| 2572 | |
| 2573 | private boolean jj_2_1(int xla) { |
| 2574 | jj_la = xla; |
no test coverage detected