freemarker.core
Class ReturnInstruction

java.lang.Object
  extended by freemarker.core.TemplateObject
      extended by freemarker.core.TemplateElement
          extended by freemarker.core.ReturnInstruction
All Implemented Interfaces:
javax.swing.tree.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
 java.lang.String getCanonicalForm()
           
 java.lang.String getDescription()
           
 
Methods inherited from class freemarker.core.TemplateElement
children, getAllowsChildren, getChildAt, getChildCount, getChildNodes, getIndex, getNodeName, getNodeNamespace, getNodeType, getParent, getParentNode, isLeaf, setChildAt
 
Methods inherited from class freemarker.core.TemplateObject
contains, getBeginColumn, getBeginLine, getEndColumn, getEndLine, getEndLocation, getEndLocationQuoted, getSource, getStartLocation, getStartLocationQuoted, getTemplate, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getCanonicalForm

public java.lang.String getCanonicalForm()
Specified by:
getCanonicalForm in class TemplateObject

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in class TemplateElement