Uses of Class
com.caplin.motif.fx.search.SearchOperator
-
Packages that use SearchOperator Package Description com.caplin.motif.fx.search -
-
Uses of SearchOperator in com.caplin.motif.fx.search
Methods in com.caplin.motif.fx.search that return SearchOperator Modifier and Type Method Description static SearchOperator
SearchOperator. from(java.lang.String string)
SearchOperator
SearchExpression. getOperator()
static SearchOperator
SearchOperator. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SearchOperator[]
SearchOperator. values()
Returns an array containing the constants of this enum type, in the order they are declared.SearchOperator
SearchCriteriaVisitor. visitOperator(SearchCriteriaParser.OperatorContext ctx)
Constructors in com.caplin.motif.fx.search with parameters of type SearchOperator Constructor Description SearchExpression(java.lang.String text, SearchOperator operator, SearchExpression left, SearchExpression right)
-