Save This Page
Home » freemarker-2.3.13 » freemarker.core » [javadoc | source]
freemarker.core
final class: MethodCall [javadoc | source]
java.lang.Object
   freemarker.core.TemplateObject
      freemarker.core.Expression
         freemarker.core.MethodCall
A unary operator that calls a TemplateMethodModel. It associates with the Identifier or Dot to its left.
Fields inherited from freemarker.core.Expression:
constantValue
Fields inherited from freemarker.core.TemplateObject:
beginColumn,  beginLine,  endColumn,  endLine
Constructor:
 MethodCall(Expression target,
    ArrayList arguments) 
Method from freemarker.core.MethodCall Summary:
_deepClone,   _getAsTemplateModel,   getCanonicalForm,   getConstantValue,   isLiteral
Methods from freemarker.core.Expression:
_deepClone,   _getAsTemplateModel,   deepClone,   getAsTemplateModel,   getStringValue,   getStringValue,   isEmpty,   isLiteral,   isTrue,   setLocation
Methods from freemarker.core.TemplateObject:
assertNonNull,   contains,   copyLocationFrom,   getBeginColumn,   getBeginLine,   getCanonicalForm,   getEndColumn,   getEndLine,   getEndLocation,   getSource,   getStartLocation,   getTemplate,   invalidTypeException,   setLocation,   setLocation,   setLocation,   setLocation,   setLocation,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from freemarker.core.MethodCall Detail:
 Expression _deepClone(String name,
    Expression subst) 
 TemplateModel _getAsTemplateModel(Environment env) throws TemplateException 
 public String getCanonicalForm() 
 TemplateModel getConstantValue() 
 boolean isLiteral()