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 OperatorOperator.fromString(String name) FeelExpression.NaryExpression.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.Methods in de.redsix.dmncheck.feel with parameters of type OperatorModifier and TypeMethodDescriptionstatic FeelExpressionFeelExpression.binaryExpression(Operator operator, FeelExpression operand, FeelExpression otherOperand) static FeelExpressionFeelExpression.unaryExpression(Operator operator, FeelExpression operand) Constructors in de.redsix.dmncheck.feel with parameters of type OperatorModifierConstructorDescriptionNaryExpression(Operator operator, List<FeelExpression> arguments) Creates an instance of aNaryExpressionrecord class.