freemarker.core
public class DebugBreak extends TemplateElement
Constructor and Description |
---|
DebugBreak(TemplateElement nestedBlock) |
Modifier and Type | Method and Description |
---|---|
protected void |
accept(Environment env)
Processes the contents of this TemplateElement and
outputs the resulting text
|
String |
getCanonicalForm() |
String |
getDescription() |
children, getAllowsChildren, getChildAt, getChildCount, getChildNodes, getIndex, getNodeName, getNodeNamespace, getNodeType, getParent, getParentNode, isLeaf, setChildAt
contains, getBeginColumn, getBeginLine, getEndColumn, getEndLine, getEndLocation, getEndLocationQuoted, getSource, getStartLocation, getStartLocationQuoted, getTemplate, toString
public DebugBreak(TemplateElement nestedBlock)
protected void accept(Environment env) throws TemplateException, IOException
TemplateElement
env
- The runtime environmentTemplateException
IOException
public String getDescription()
getDescription
in class TemplateElement
public String getCanonicalForm()
getCanonicalForm
in class TemplateObject