Uses of Class
org.apache.velocity.runtime.parser.node.ASTComparisonNode
-
Packages that use ASTComparisonNode Package Description org.apache.velocity.runtime.parser.node -
-
Uses of ASTComparisonNode in org.apache.velocity.runtime.parser.node
Subclasses of ASTComparisonNode in org.apache.velocity.runtime.parser.node Modifier and Type Class Description classASTEQNodeHandlesarg1 == arg2This operator requires that the LHS and RHS are both of the same Class, both numbers or both coerce-able to strings.classASTGENodeHandles arg1 >= arg2classASTGTNodeHandles arg1 > arg2classASTLENodeHandles arg1 <= arg2classASTLTNodeHandles arg1 < arg2classASTNENodeHandlesarg1 != arg2by negating evaluation of ASTEQNode
-