Class ASTEQNode

java.lang.Object
org.apache.velocity.runtime.parser.node.SimpleNode
org.apache.velocity.runtime.parser.node.ASTEQNode
All Implemented Interfaces:
Node, Renderable

public class ASTEQNode extends SimpleNode
Handles arg1 == arg2 This operator requires that the LHS and RHS are both of the same Class OR both are subclasses of java.lang.Number
Version:
$Id: ASTEQNode.java 691048 2008-09-01 20:26:11Z nbubna $
Author:
Will Glass-Husain, Peter Romianowski