| Package | Description |
|---|---|
| de.redsix.dmncheck.feel |
| Modifier and Type | Method and Description |
|---|---|
static Operator |
Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operator[] |
Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
R |
FeelExpression.Cases.BinaryExpression(FeelExpression left,
Operator operator,
FeelExpression right) |
R |
FeelExpression.Cases.UnaryExpression(Operator operator,
FeelExpression expression) |
Copyright © 2021 red6 enterprise software GmbH. All rights reserved.