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: ASTAndNode.java 463298 2006-10-12 16:10:32Z henning $
logical and :
null && right = false
left && null = false
null && null = false
Parameters: context - True if both sides are true. throws: MethodInvocationException -
Returns the value of the expression.
Since the value of the expression is simply the boolean
result of evaluate(), lets return that.
Parameters: context - The value of the expression. throws: MethodInvocationException -
Fields inherited from org.apache.velocity.runtime.parser.node.SimpleNode