Uses of Class
eu.clarin.sru.server.fcs.parser.Operator
-
Packages that use Operator Package Description eu.clarin.sru.server.fcs.parser -
-
Uses of Operator in eu.clarin.sru.server.fcs.parser
Methods in eu.clarin.sru.server.fcs.parser that return Operator Modifier and Type Method Description Operator
Expression. getOperator()
Get the operator.static Operator
Operator. valueOf(String name)
Returns the enum constant of this type with the specified name.static Operator[]
Operator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.clarin.sru.server.fcs.parser with parameters of type Operator Modifier and Type Method Description boolean
Expression. hasOperator(Operator operator)
Check if expression used a given operator.
-