public class DebugBreak extends TemplateElement
| Constructor and Description |
|---|
DebugBreak(TemplateElement nestedBlock)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
accept(Environment env)
Deprecated.
Processes the contents of this TemplateElement and
outputs the resulting text
|
protected String |
dump(boolean canonical)
Deprecated.
Brings the implementation of
TemplateElement.getCanonicalForm() and TemplateElement.getDescription() to a single place. |
children, getAllowsChildren, getCanonicalForm, getChildAt, getChildCount, getChildNodes, getDescription, getIndex, getNodeName, getNodeNamespace, getNodeType, getParent, getParentNode, isLeaf, setChildAtcontains, getBeginColumn, getBeginLine, getEndColumn, getEndLine, getEndLocation, getEndLocationQuoted, getSource, getStartLocation, getStartLocationQuoted, getTemplate, toStringpublic DebugBreak(TemplateElement nestedBlock)
protected void accept(Environment env) throws TemplateException, IOException
TemplateElementenv - The runtime environmentTemplateExceptionIOExceptionprotected String dump(boolean canonical)
TemplateElementTemplateElement.getCanonicalForm() and TemplateElement.getDescription() to a single place.
Don't call those methods in method on this, because that will result in infinite recursion!dump in class TemplateElementcanonical - if true, it calculates the return value of TemplateElement.getCanonicalForm(),
otherwise of TemplateElement.getDescription().Copyright © 2016. All Rights Reserved.