Uses of Class
com.osohq.oso.Operator
-
-
Uses of Operator in com.osohq.oso
Methods in com.osohq.oso that return Operator Modifier and Type Method Description Operator
Expression. getOperator()
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 com.osohq.oso with parameters of type Operator Modifier and Type Method Description void
Expression. setOperator(Operator operator)
Constructors in com.osohq.oso with parameters of type Operator Constructor Description Expression(Operator operator, List<Object> args)
-