()
| 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 |
no test coverage detected