()
| 2498 | * FloatingPoint For Decimal and Floating Point Literals |
| 2499 | */ |
| 2500 | final public void FloatingPoint() throws ParseException {/* @bgen(jjtree) FloatingPoint */ |
| 2501 | AstFloatingPoint jjtn000 = new AstFloatingPoint(JJTFLOATINGPOINT); |
| 2502 | boolean jjtc000 = true; |
| 2503 | jjtree.openNodeScope(jjtn000); |
| 2504 | Token t = null; |
| 2505 | try { |
| 2506 | t = jj_consume_token(FLOATING_POINT_LITERAL); |
| 2507 | jjtree.closeNodeScope(jjtn000, true); |
| 2508 | jjtc000 = false; |
| 2509 | jjtn000.setImage(t.image); |
| 2510 | } finally { |
| 2511 | if (jjtc000) { |
| 2512 | jjtree.closeNodeScope(jjtn000, true); |
| 2513 | } |
| 2514 | } |
| 2515 | } |
| 2516 | |
| 2517 | /* |
| 2518 | * Integer For Simple Numeric Literals |
no test coverage detected