|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfreemarker.core.TemplateObject
freemarker.core.Expression
public abstract class Expression
An abstract class for nodes in the parse tree that represent a FreeMarker expression.
Constructor Summary | |
---|---|
Expression()
|
Method Summary | |
---|---|
TemplateModel |
getAsTemplateModel(Environment env)
|
Methods inherited from class freemarker.core.TemplateObject |
---|
contains, getBeginColumn, getBeginLine, getCanonicalForm, getEndColumn, getEndLine, getEndLocation, getSource, getStartLocation, getTemplate, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Expression()
Method Detail |
---|
public final TemplateModel getAsTemplateModel(Environment env) throws TemplateException
TemplateException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |