freemarker.core
Class Expression

java.lang.Object
  extended by freemarker.core.TemplateObject
      extended by freemarker.core.Expression

public abstract class Expression
extends TemplateObject

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

Expression

public Expression()
Method Detail

getAsTemplateModel

public final TemplateModel getAsTemplateModel(Environment env)
                                       throws TemplateException
Throws:
TemplateException