Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.expression.spel.ast.Operator Classes and Interfaces - 7 results found.
NameDescriptionTypePackageFramework
OperatorCommon supertype for operators that operate on either one or two operands.Classorg.springframework.expression.spel.astSpring MVC
Operator .DescriptorComparisonA descriptor comparison encapsulates the result of comparing descriptor for two operands anddescribes at what level they are compatible.Classorg.springframework.expression.spel.ast.OperatorSpring MVC
OperatorBetweenRepresents the between operator.Classorg.springframework.expression.spel.astSpring MVC
OperatorInstanceofThe operator 'instanceof' checks if an object is of the class specified in the righthand operand, in the same way that instanceof does in Java.Classorg.springframework.expression.spel.astSpring MVC
OperatorMatchesThe first is a String and the second is a Java regex.Classorg.springframework.expression.spel.astSpring MVC
OperatorNotRepresents a NOT operation.Classorg.springframework.expression.spel.astSpring MVC
OperatorPowerClassorg.springframework.expression.spel.astSpring MVC