()
| 2538 | * String For Quoted Literals |
| 2539 | */ |
| 2540 | final public void String() throws ParseException {/* @bgen(jjtree) String */ |
| 2541 | AstString jjtn000 = new AstString(JJTSTRING); |
| 2542 | boolean jjtc000 = true; |
| 2543 | jjtree.openNodeScope(jjtn000); |
| 2544 | Token t = null; |
| 2545 | try { |
| 2546 | t = jj_consume_token(STRING_LITERAL); |
| 2547 | jjtree.closeNodeScope(jjtn000, true); |
| 2548 | jjtc000 = false; |
| 2549 | jjtn000.setImage(t.image); |
| 2550 | } finally { |
| 2551 | if (jjtc000) { |
| 2552 | jjtree.closeNodeScope(jjtn000, true); |
| 2553 | } |
| 2554 | } |
| 2555 | } |
| 2556 | |
| 2557 | /* |
| 2558 | * Null For 'null' |
no test coverage detected