Uses of Enum Class
de.redsix.dmncheck.feel.Operator
-
Uses of Operator in de.redsix.dmncheck.feel
Modifier and TypeMethodDescriptionstatic Operator
Returns the enum constant of this class with the specified name.static Operator[]
Operator.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionFeelExpression.Cases.BinaryExpression
(FeelExpression left, Operator operator, FeelExpression right) FeelExpression.Cases.UnaryExpression
(Operator operator, FeelExpression expression)