Package | Description |
---|---|
org.apache.velocity.runtime.parser.node |
Modifier and Type | Class and Description |
---|---|
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 |
Copyright © 2000–2021 The Apache Software Foundation. All rights reserved.