MCPcopy Create free account
hub / github.com/apache/tomcat / FloatingPoint

Method FloatingPoint

java/org/apache/el/parser/ELParser.java:2500–2515  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

LiteralMethod · 0.95

Calls 4

jj_consume_tokenMethod · 0.95
openNodeScopeMethod · 0.80
closeNodeScopeMethod · 0.80
setImageMethod · 0.45

Tested by

no test coverage detected