Uses of Class
org.apache.velocity.runtime.parser.node.ASTBinaryOperator
Packages that use ASTBinaryOperator
-
Uses of ASTBinaryOperator in org.apache.velocity.runtime.parser.node
Subclasses of ASTBinaryOperator in org.apache.velocity.runtime.parser.nodeModifier and TypeClassDescriptionclass
Handles number addition of nodes.
Please look at the Parser.jjt file which is what controls the generation of this class.class
Please look at the Parser.jjt file which is what controls the generation of this class.class
Numeric comparison supportclass
Handles number division of nodes
Please look at the Parser.jjt file which is what controls the generation of this class.class
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
class
Handles arg1 < arg2class
Helps handle math
Please look at the Parser.jjt file which is what controls the generation of this class.class
Handles modulus division
Please look at the Parser.jjt file which is what controls the generation of this class.class
Handles multiplication
Please look at the Parser.jjt file which is what controls the generation of this class.class
Handlesarg1 != arg2
by negating evaluation of ASTEQNodeclass
Please look at the Parser.jjt file which is what controls the generation of this class.class
Handles subtraction of nodes (in #set() )
Please look at the Parser.jjt file which is what controls the generation of this class.