|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ASTComparisonNode | |
|---|---|
| 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 | |
|---|---|
class |
ASTEQNode
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. |
class |
ASTGENode
Handles arg1 >= arg2 |
class |
ASTGTNode
Handles arg1 > arg2 |
class |
ASTLENode
Handles arg1 <= arg2 |
class |
ASTLTNode
Handles arg1 < arg2 |
class |
ASTNENode
Handles arg1 != arg2 by negating evaluation of ASTEQNode |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||