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.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 |
---|---|
static RangeNode |
ASTBuilderFactory.newIntervalNode(org.antlr.v4.runtime.ParserRuleContext ctx,
RangeNode.IntervalBoundary low,
BaseNode start,
BaseNode end,
RangeNode.IntervalBoundary up) |
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,
BaseNode start,
BaseNode end,
RangeNode.IntervalBoundary upperBound) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.