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 theoperatorrecord component.FeelExpression.UnaryExpression.operator()Returns the value of theoperatorrecord component.static OperatorReturns 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 aBinaryExpressionrecord class.UnaryExpression(Operator operator, FeelExpression expression) Creates an instance of aUnaryExpressionrecord class.