Class ASTNENode

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

public class ASTNENode 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
Author:
Will Glass-Husain, Peter Romianowski