类的使用
cn.taketoday.expression.spel.support.BooleanTypedValue
使用BooleanTypedValue的程序包
程序包
说明
SpEL's abstract syntax tree.
SpEL's default implementations for various core abstractions.
-
cn.taketoday.expression.spel.ast中BooleanTypedValue的使用
修饰符和类型方法说明BooleanLiteral.getLiteralValue()OpEQ.getValueInternal(ExpressionState state) OperatorBetween.getValueInternal(ExpressionState state) Returns a boolean based on whether a value is in the range expressed.OperatorInstanceof.getValueInternal(ExpressionState state) Compare the left operand to see it is an instance of the type specified as the right operand.OperatorMatches.getValueInternal(ExpressionState state) Check the first operand matches the regex specified as the second operand.OperatorNot.getValueInternal(ExpressionState state) OpGE.getValueInternal(ExpressionState state) OpGT.getValueInternal(ExpressionState state) OpLE.getValueInternal(ExpressionState state) OpLT.getValueInternal(ExpressionState state) OpNE.getValueInternal(ExpressionState state) OpOr.getValueInternal(ExpressionState state) -
cn.taketoday.expression.spel.support中BooleanTypedValue的使用
修饰符和类型字段说明static final BooleanTypedValueBooleanTypedValue.FALSEFalse.static final BooleanTypedValueBooleanTypedValue.TRUETrue.