org.apache.velocity.runtime.parser.node
public class ASTAndNode extends SimpleNode
Version: $Id: ASTAndNode.java,v 1.8.8.1 2004/03/03 23:22:58 geirm Exp $
Constructor Summary | |
---|---|
ASTAndNode(int id) | |
ASTAndNode(Parser p, int id) |
Method Summary | |
---|---|
boolean | evaluate(InternalContextAdapter context)
logical and :
null && right = false
left && null = false
null && null = false |
Object | jjtAccept(ParserVisitor visitor, Object data) Accept the visitor. |
Object | value(InternalContextAdapter context)
Returns the value of the expression.
|