Save This Page
Home » freemarker-2.3.13 » freemarker.core » [javadoc | source]
freemarker.core
final class: UnifiedCall [javadoc | source]
java.lang.Object
   freemarker.core.TemplateObject
      freemarker.core.TemplateElement
         freemarker.core.UnifiedCall

All Implemented Interfaces:
    TreeNode

An element for the unified macro/transform syntax.
Field Summary
 boolean legacySyntax     
Fields inherited from freemarker.core.TemplateElement:
parent,  nestedBlock,  nestedElements
Fields inherited from freemarker.core.TemplateObject:
beginColumn,  beginLine,  endColumn,  endLine
Constructor:
 UnifiedCall(Expression nameExp,
    Map namedArgs,
    TemplateElement nestedBlock,
    List bodyParameterNames) 
 UnifiedCall(Expression nameExp,
    List positionalArgs,
    TemplateElement nestedBlock,
    List bodyParameterNames) 
Method from freemarker.core.UnifiedCall Summary:
accept,   getCanonicalForm,   getDescription
Methods from freemarker.core.TemplateElement:
accept,   children,   getAllowsChildren,   getChildAt,   getChildCount,   getChildNodes,   getDescription,   getIndex,   getNodeName,   getNodeNamespace,   getNodeType,   getParent,   getParentNode,   heedsOpeningWhitespace,   heedsTrailingWhitespace,   isIgnorable,   isLeaf,   nextSibling,   nextTerminalNode,   postParseCleanup,   prevTerminalNode,   previousSibling,   setChildAt,   setParentRecursively
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.UnifiedCall Detail:
  void accept(Environment env) throws IOException, TemplateException 
 public String getCanonicalForm() 
 public String getDescription()