freemarker.core

Class ReturnInstruction

Implemented Interfaces:
TreeNode

public final class ReturnInstruction
extends TemplateElement

Represents a <return> instruction to jump out of a macro.
Author:
Jonathan Revusky

Nested Class Summary

static class
ReturnInstruction.Return

Method Summary

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

Method Details

getCanonicalForm

public String getCanonicalForm()
Overrides:
getCanonicalForm in interface TemplateObject

getDescription

public String getDescription()
Overrides:
getDescription in interface TemplateElement