Uses of Class
org.kie.dmn.feel.runtime.impl.RangeImpl
-
Packages that use RangeImpl Package Description org.kie.dmn.feel.codegen.feel11 -
-
Uses of RangeImpl in org.kie.dmn.feel.codegen.feel11
Methods in org.kie.dmn.feel.codegen.feel11 that return RangeImpl Modifier and Type Method Description static RangeImplCompiledFEELSemanticMappings. range(EvaluationContext ctx, Range.RangeBoundary lowBoundary, java.lang.Object lowEndPoint, java.lang.Object highEndPoint, Range.RangeBoundary highBoundary)Represents a [n..m] construct
-