|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--freemarker.template.compiler.TemplateObject | +--freemarker.template.compiler.Expression
An abstract class for nodes in the parse tree that represent a FreeMarker expression.
Constructor Summary | |
Expression()
|
Method Summary | |
protected abstract TemplateModel |
getAsTemplateModel(TemplateModelRoot modelRoot)
|
protected java.lang.String |
getStringValue(TemplateModelRoot modelRoot)
|
protected boolean |
isTrue(TemplateModelRoot modelRoot)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Expression()
Method Detail |
protected abstract TemplateModel getAsTemplateModel(TemplateModelRoot modelRoot) throws TemplateException
protected java.lang.String getStringValue(TemplateModelRoot modelRoot) throws TemplateException
protected boolean isTrue(TemplateModelRoot modelRoot) throws TemplateException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |