Uses of Class
de.redsix.dmncheck.feel.Operator
-
Packages that use Operator Package Description de.redsix.dmncheck.feel -
-
Uses of Operator in de.redsix.dmncheck.feel
Methods in de.redsix.dmncheck.feel that return Operator Modifier and Type Method Description static OperatorOperator. 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 de.redsix.dmncheck.feel with parameters of type Operator Modifier and Type Method Description RFeelExpression.Cases. BinaryExpression(FeelExpression left, Operator operator, FeelExpression right)RFeelExpression.Cases. UnaryExpression(Operator operator, FeelExpression expression)
-