Enum Class的使用
cn.taketoday.expression.Operation
使用Operation的程序包
程序包
说明
Core abstractions behind the Spring Expression Language.
SpEL's central implementation package.
SpEL's default implementations for various core abstractions.
-
cn.taketoday.expression中Operation的使用
修饰符和类型方法说明static OperationReturns the enum constant of this class with the specified name.static Operation[]Operation.values()Returns an array containing the constants of this enum class, in the order they are declared.参数类型为Operation的cn.taketoday.expression中的方法修饰符和类型方法说明Execute the specified operation on two operands, returning a result.booleanOperatorOverloader.overridesOperation(Operation operation, Object leftOperand, Object rightOperand) Return true if the operator overloader supports the specified operation between the two operands and so should be invoked to handle it. -
cn.taketoday.expression.spel中Operation的使用
参数类型为Operation的cn.taketoday.expression.spel中的方法 -
cn.taketoday.expression.spel.support中Operation的使用