| Package | Description |
|---|---|
| org.kie.dmn.feel.lang.ast |
| Modifier and Type | Method and Description |
|---|---|
RangeNode.IntervalBoundary |
RangeNode.getLowerBound() |
RangeNode.IntervalBoundary |
RangeNode.getUpperBound() |
static RangeNode.IntervalBoundary |
RangeNode.IntervalBoundary.high(String input) |
static RangeNode.IntervalBoundary |
RangeNode.IntervalBoundary.low(String input) |
static RangeNode.IntervalBoundary |
RangeNode.IntervalBoundary.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RangeNode.IntervalBoundary[] |
RangeNode.IntervalBoundary.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RangeNode.setLowerBound(RangeNode.IntervalBoundary lowerBound) |
void |
RangeNode.setUpperBound(RangeNode.IntervalBoundary upperBound) |
| Constructor and Description |
|---|
RangeNode(org.antlr.v4.runtime.ParserRuleContext ctx,
RangeNode.IntervalBoundary lowerBound,
org.kie.dmn.feel.lang.ast.BaseNode start,
org.kie.dmn.feel.lang.ast.BaseNode end,
RangeNode.IntervalBoundary upperBound) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.