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 TypeClassDescriptionclassHandles number addition of nodes.
Please look at the Parser.jjt file which is what controls the generation of this class.classPlease look at the Parser.jjt file which is what controls the generation of this class.classNumeric comparison supportclassHandles number division of nodes
Please look at the Parser.jjt file which is what controls the generation of this class.classHandlesarg1 == 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 <= arg2classclassHandles arg1 < arg2classHelps handle math
Please look at the Parser.jjt file which is what controls the generation of this class.classHandles modulus division
Please look at the Parser.jjt file which is what controls the generation of this class.classHandles multiplication
Please look at the Parser.jjt file which is what controls the generation of this class.classHandlesarg1 != arg2by negating evaluation of ASTEQNodeclassPlease look at the Parser.jjt file which is what controls the generation of this class.classHandles subtraction of nodes (in #set() )
Please look at the Parser.jjt file which is what controls the generation of this class.