Class ASTDirective

  • All Implemented Interfaces:
    Node, Renderable

    public class ASTDirective
    extends SimpleNode
    This class is responsible for handling the pluggable directives in VTL. For example : #foreach() Please look at the Parser.jjt file which is what controls the generation of this class.
    Version:
    $Id: ASTDirective.java 736677 2009-01-22 15:39:02Z nbubna $