MCPcopy Create free account
hub / github.com/apache/freemarker / getStringValue

Method getStringValue

src/main/java/freemarker/core/Expression.java:92–94  ·  view source on GitHub ↗
(Environment env)

Source from the content-addressed store, hash-verified

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

Callers 3

getValueListMethod · 0.95
_getAsTemplateModelMethod · 0.95
SequenceHashMethod · 0.95

Calls 13

getAsTemplateModelMethod · 0.95
getNumberMethod · 0.95
getDateMethod · 0.95
getDateTypeMethod · 0.95
getStringMethod · 0.95
formatNumberMethod · 0.80
formatDateMethod · 0.80
isClassicCompatibleMethod · 0.80
assertNonNullMethod · 0.80
getStartLocationMethod · 0.80
getClassMethod · 0.80
getAsBooleanMethod · 0.65

Tested by

no test coverage detected