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: ASTOrNode.java 463298 2006-10-12 16:10:32Z henning $
the logical or :
the rule :
left || null -> left
null || right -> right
null || null -> false
left || right -> left || right
Parameters: context - The evaluation result. 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 Expression value. throws: MethodInvocationException -
Fields inherited from org.apache.velocity.runtime.parser.node.SimpleNode