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

Method LiteralExpression

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

Source from the content-addressed store, hash-verified

113 * LiteralExpression Non-EL Expression blocks
114 */
115 final public void LiteralExpression() throws ParseException {/* @bgen(jjtree) LiteralExpression */
116 AstLiteralExpression jjtn000 = new AstLiteralExpression(JJTLITERALEXPRESSION);
117 boolean jjtc000 = true;
118 jjtree.openNodeScope(jjtn000);
119 Token t = null;
120 try {
121 t = jj_consume_token(LITERAL_EXPRESSION);
122 jjtree.closeNodeScope(jjtn000, true);
123 jjtc000 = false;
124 jjtn000.setImage(t.image);
125 } finally {
126 if (jjtc000) {
127 jjtree.closeNodeScope(jjtn000, true);
128 }
129 }
130 }
131
132 /*
133 * DeferredExpression #{...} Expressions

Callers 1

CompositeExpressionMethod · 0.95

Calls 4

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

Tested by

no test coverage detected