public abstract class Expression extends TemplateObject
Constructor and Description |
---|
Expression()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Expression |
deepCloneWithIdentifierReplaced_inner(String replacedIdentifier,
Expression replacement,
freemarker.core.Expression.ReplacemenetState replacementState)
Deprecated.
This should return an equivalent new expression object (or an identifier replacement expression).
|
TemplateModel |
getAsTemplateModel(Environment env)
Deprecated.
At the moment FreeMarker has no API for this with backward-compatibility promises.
|
contains, getBeginColumn, getBeginLine, getCanonicalForm, getEndColumn, getEndLine, getEndLocation, getEndLocationQuoted, getSource, getStartLocation, getStartLocationQuoted, getTemplate, toString
public final TemplateModel getAsTemplateModel(Environment env) throws TemplateException
TemplateException
protected abstract Expression deepCloneWithIdentifierReplaced_inner(String replacedIdentifier, Expression replacement, freemarker.core.Expression.ReplacemenetState replacementState)
Copyright © 2016. All Rights Reserved.