Class ASTEQNode

All Implemented Interfaces:
Cloneable, Node, Renderable
Direct Known Subclasses:
ASTNENode

public class ASTEQNode extends ASTComparisonNode
Handles arg1 == arg2 This operator requires that the LHS and RHS are both of the same Class, both numbers or both coerce-able to strings.
Author:
Will Glass-Husain, Peter Romianowski, Nathan Bubna