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 TypeMethodDescriptionFeelExpression.BinaryExpression.operator()
Returns the value of theoperator
record component.FeelExpression.UnaryExpression.operator()
Returns the value of theoperator
record component.static 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.Constructors in de.redsix.dmncheck.feel with parameters of type OperatorModifierConstructorDescriptionBinaryExpression
(FeelExpression left, Operator operator, FeelExpression right) Creates an instance of aBinaryExpression
record class.UnaryExpression
(Operator operator, FeelExpression expression) Creates an instance of aUnaryExpression
record class.