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.
author: Jason van Zyl author: Geir Magnusson Jr. version: $Id: ASTElseIfStatement.java 463298 2006-10-12 16:10:32Z henning $
An ASTElseStatement is true if the expression
it contains evaluates to true. Expressions know
how to evaluate themselves, so we do that
here and return the value back to ASTIfStatement
where this node was originally asked to evaluate
itself.
Parameters: context - True if all childs are true. throws: MethodInvocationException -