Class ASTDirective

  • All Implemented Interfaces:
    Node, VmNode

    public class ASTDirective
    extends AbstractVmNode
    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 724825 2008-12-09 18:56:06Z nbubna $
    Author:
    Jason van Zyl, Geir Magnusson Jr., Kasper Nielsen