Class ASTEscapedDirective

java.lang.Object
org.apache.velocity.runtime.parser.node.SimpleNode
org.apache.velocity.runtime.parser.node.ASTEscapedDirective
All Implemented Interfaces:
Cloneable, Node, Renderable

public class ASTEscapedDirective extends SimpleNode
This class is responsible for handling EscapedDirectives in VTL. Please look at the Parser.jjt file which is what controls the generation of this class.
Version:
$Id$
Author:
Geir Magnusson Jr.