Uses of Class
org.springframework.expression.spel.ast.Operator
Packages that use Operator
-
Uses of Operator in org.springframework.expression.spel.ast
Subclasses of Operator in org.springframework.expression.spel.astModifier and TypeClassDescriptionclassRepresents the boolean AND operation.classDecrement operator.classImplements division operator.classImplements the equality operator.classRepresents the between operator.classThe operator 'instanceof' checks if an object is of the class specified in the right-hand operand, in the same way thatinstanceofdoes in Java.classImplements the matches operator.classThe power operator.classImplements greater-than-or-equal operator.classImplements the greater-than operator.classIncrement operator.classImplements the less-than-or-equal operator.classImplements the less-than operator.classThe minus operator supports: subtraction of numbers subtraction of an int from a string of one character (effectively decreasing that character), so 'd'-3='a'classImplements the modulus operator.classImplements themultiplyoperator.classImplements the not-equal operator.classRepresents the boolean OR operation.classThe plus operator will: add numbers concatenate strings