Uses of Class
org.apache.velocity.runtime.parser.node.ASTComparisonNode
Packages that use ASTComparisonNode
-
Uses of ASTComparisonNode in org.apache.velocity.runtime.parser.node
Subclasses of ASTComparisonNode in org.apache.velocity.runtime.parser.nodeModifier and TypeClassDescriptionclassHandlesarg1 == arg2This operator requires that the LHS and RHS are both of the same Class, both numbers or both coerce-able to strings.classHandles arg1 >= arg2classHandles arg1 > arg2classHandles arg1 <= arg2classHandles arg1 < arg2classHandlesarg1 != arg2by negating evaluation of ASTEQNode