freemarker.core

Class DebugBreak

Implemented Interfaces:
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)
String
getCanonicalForm()
String
getDescription()

Methods inherited from class freemarker.core.TemplateElement

children, getAllowsChildren, getChildAt, getChildCount, getChildNodes, getDescription, getIndex, getNodeName, getNodeNamespace, getNodeType, getParent, getParentNode, isLeaf, setChildAt

Methods inherited from class freemarker.core.TemplateObject

contains, getBeginColumn, getBeginLine, getCanonicalForm, getEndColumn, getEndLine, getEndLocation, getSource, getStartLocation, getTemplate, toString

Constructor Details

DebugBreak

public DebugBreak(TemplateElement nestedBlock)

Method Details

accept

protected void accept(Environment env)
            throws TemplateException,
                   IOException

getCanonicalForm

public String getCanonicalForm()
Overrides:
getCanonicalForm in interface TemplateObject

getDescription

public String getDescription()
Overrides:
getDescription in interface TemplateElement