Package | Description |
---|---|
org.kie.dmn.feel.lang.ast |
Modifier and Type | Method and Description |
---|---|
static InfixOpNode.InfixOperator |
InfixOpNode.InfixOperator.determineOperator(String symbol) |
InfixOpNode.InfixOperator |
InfixOpNode.getOperator() |
static InfixOpNode.InfixOperator |
InfixOpNode.InfixOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfixOpNode.InfixOperator[] |
InfixOpNode.InfixOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
InfixOpNode.setOperator(InfixOpNode.InfixOperator operator) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.