Class ASTElseIfStatement

  • All Implemented Interfaces:
    Node, Renderable

    public class ASTElseIfStatement
    extends SimpleNode
    This class is responsible for handling the ElseIf VTL control statement. Please look at the Parser.jjt file which is what controls the generation of this class.
    Version:
    $Id: ASTElseIfStatement.java 517553 2007-03-13 06:09:58Z wglass $