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

Method String

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

Source from the content-addressed store, hash-verified

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'

Callers 1

LiteralMethod · 0.95

Calls 4

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

Tested by

no test coverage detected