Uses of Enum Class
de.redsix.dmncheck.feel.Operator
Packages that use Operator
-
Uses of Operator in de.redsix.dmncheck.feel
Methods in de.redsix.dmncheck.feel that return OperatorModifier 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.Methods in de.redsix.dmncheck.feel with parameters of type OperatorModifier and TypeMethodDescriptionFeelExpression.Cases.BinaryExpression
(FeelExpression left, Operator operator, FeelExpression right) FeelExpression.Cases.UnaryExpression
(Operator operator, FeelExpression expression)