类的使用
cn.taketoday.expression.spel.ast.Operator
使用Operator的程序包
-
cn.taketoday.expression.spel.ast中Operator的使用
修饰符和类型类说明classRepresents 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