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

All Implemented Interfaces:
    TreeNode

An instruction that outputs the value of an Expression.
Fields inherited from freemarker.core.TemplateElement:
parent,  nestedBlock,  nestedElements
Fields inherited from freemarker.core.TemplateObject:
beginColumn,  beginLine,  endColumn,  endLine
Constructor:
 DollarVariable(Expression expression,
    Expression escapedExpression) 
Method from freemarker.core.DollarVariable Summary:
accept,   getCanonicalForm,   getDescription,   heedsOpeningWhitespace,   heedsTrailingWhitespace
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.DollarVariable Detail:
  void accept(Environment env) throws IOException, TemplateException 
    Outputs the string value of the enclosed expression.
 public String getCanonicalForm() 
 public String getDescription() 
 boolean heedsOpeningWhitespace() 
 boolean heedsTrailingWhitespace()