freemarker.core
Class DebugBreak

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

public class DebugBreak
extends TemplateElement

Version:
$Id: DebugBreak.java,v 1.2 2004/09/11 13:11:14 stephanmueller Exp $
Author:
Attila Szegedi

Constructor Summary
DebugBreak(TemplateElement nestedBlock)
           
 
Method Summary
protected  void accept(Environment env)
          Processes the contents of this TemplateElement and outputs the resulting text
 java.lang.String getCanonicalForm()
           
 java.lang.String getDescription()
           
 
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
 

Constructor Detail

DebugBreak

public DebugBreak(TemplateElement nestedBlock)
Method Detail

accept

protected void accept(Environment env)
               throws TemplateException,
                      java.io.IOException
Description copied from class: TemplateElement
Processes the contents of this TemplateElement and outputs the resulting text

Parameters:
env - The runtime environment
Throws:
TemplateException
java.io.IOException

getDescription

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

getCanonicalForm

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