Uses of Enum Class
com.caplin.motif.fx.search.SearchOperator
-
Uses of SearchOperator in com.caplin.motif.fx.search
Modifier and TypeMethodDescriptionstatic SearchOperator
SearchExpression.getOperator()
static SearchOperator
Returns the enum constant of this class with the specified name.static SearchOperator[]
SearchOperator.values()
Returns an array containing the constants of this enum class, in the order they are declared.SearchCriteriaVisitor.visitOperator
(SearchCriteriaParser.OperatorContext ctx) ModifierConstructorDescriptionSearchExpression
(String text, SearchOperator operator, SearchExpression left, SearchExpression right)