freemarker.core
Class DebugBreak

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

public class DebugBreak
extends TemplateElement

Version:
$Id: DebugBreak.java,v 1.1 2003/05/02 15:55:45 szegedia Exp $
Author:
Attila Szegedi

Constructor Summary
DebugBreak(TemplateElement nestedBlock)
           
 
Method Summary
protected  void accept(Environment env)
           
 java.lang.String getCanonicalForm()
           
 java.lang.String getDescription()
           
 
Methods inherited from class freemarker.core.TemplateElement
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, 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
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