Uses of Class
org.apache.velocity.runtime.parser.node.ASTComparisonNode
-
Uses of ASTComparisonNode in org.apache.velocity.runtime.parser.node
Modifier and TypeClassDescriptionclass
Handlesarg1 == arg2
This operator requires that the LHS and RHS are both of the same Class, both numbers or both coerce-able to strings.class
Handles arg1 >= arg2class
Handles arg1 > arg2class
Handles arg1 <= arg2class
Handles arg1 < arg2class
Handlesarg1 != arg2
by negating evaluation of ASTEQNode