Uses of Class
org.kie.dmn.feel.lang.ast.RangeNode.IntervalBoundary
-
Packages that use RangeNode.IntervalBoundary Package Description org.kie.dmn.feel.lang.ast -
-
Uses of RangeNode.IntervalBoundary in org.kie.dmn.feel.lang.ast
Methods in org.kie.dmn.feel.lang.ast that return RangeNode.IntervalBoundary Modifier and Type Method Description RangeNode.IntervalBoundaryRangeNode. getLowerBound()RangeNode.IntervalBoundaryRangeNode. getUpperBound()static RangeNode.IntervalBoundaryRangeNode.IntervalBoundary. high(String input)static RangeNode.IntervalBoundaryRangeNode.IntervalBoundary. low(String input)static RangeNode.IntervalBoundaryRangeNode.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.Methods in org.kie.dmn.feel.lang.ast with parameters of type RangeNode.IntervalBoundary Modifier and Type Method Description voidRangeNode. setLowerBound(RangeNode.IntervalBoundary lowerBound)voidRangeNode. setUpperBound(RangeNode.IntervalBoundary upperBound)Constructors in org.kie.dmn.feel.lang.ast with parameters of type RangeNode.IntervalBoundary Constructor 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)
-