(Environment env)
| 90 | } |
| 91 | |
| 92 | String getStringValue(Environment env) throws TemplateException { |
| 93 | return getStringValue(getAsTemplateModel(env), this, env); |
| 94 | } |
| 95 | |
| 96 | static String getStringValue(TemplateModel referentModel, Expression exp, Environment env) |
| 97 | throws |
no test coverage detected