Class ASTEQNode

All Implemented Interfaces:
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.