public interface SymbolicRange
Represents a symbolic range of integer values.
-
Method Details
-
getRangeKind
SymbolicRange.RangeKind getRangeKind()- Returns:
- the
SymbolicRange.RangeKindof this object
-
getLower
NumericExpression getLower()- Returns:
- the (inclusive) lower bound expression
-
getUpper
NumericExpression getUpper()- Returns:
- the (exclusive) upper bound expression
-
getStep
NumericExpression getStep()- Returns:
- the step expression
-