freemarker.core
Class Comment

java.lang.Object
  extended by freemarker.core.TemplateObject
      extended by freemarker.core.TemplateElement
          extended by freemarker.core.Comment
All Implemented Interfaces:
javax.swing.tree.TreeNode

public final class Comment
extends TemplateElement

A template element where the content is ignored, a Comment.


Method Summary
 java.lang.String getCanonicalForm()
           
 java.lang.String getDescription()
           
 java.lang.String getText()
           
 
Methods inherited from class freemarker.core.TemplateElement
children, getAllowsChildren, getChildAt, getChildCount, getChildNodes, getIndex, getNodeName, getNodeNamespace, getNodeType, getParent, getParentNode, isLeaf, setChildAt
 
Methods inherited from class freemarker.core.TemplateObject
contains, getBeginColumn, getBeginLine, getEndColumn, getEndLine, getEndLocation, getSource, getStartLocation, getTemplate, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getCanonicalForm

public java.lang.String getCanonicalForm()
Specified by:
getCanonicalForm in class TemplateObject

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in class TemplateElement

getText

public java.lang.String getText()