org.apache.velocity.runtime.parser.node
public class ASTEQNode extends SimpleNode
Version: $Id: ASTEQNode.java,v 1.9.4.1 2004/03/03 23:22:58 geirm Exp $
Constructor Summary | |
---|---|
ASTEQNode(int id) | |
ASTEQNode(Parser p, int id) |
Method Summary | |
---|---|
boolean | evaluate(InternalContextAdapter context)
Calculates the value of the logical expression
arg1 == arg2
All class types are supported. |
Object | jjtAccept(ParserVisitor visitor, Object data) Accept the visitor. |
Object | value(InternalContextAdapter context) |
Parameters: context internal context used to evaluate the LHS and RHS
Returns: true if equivalent, false if not equivalent, false if not compatible arguments, or false if either LHS or RHS is null