Package | Description |
---|---|
net.sourceforge.czt.animation.eval.flatpred | |
net.sourceforge.czt.animation.eval.result |
Modifier and Type | Method and Description |
---|---|
RangeSet |
Bounds.getRange(net.sourceforge.czt.z.ast.ZName var0)
Returns the lower and/or upper bounds of an integer
variable (if known), or null otherwise.
|
protected RangeSet |
FlatMember.range(Envir env)
Returns all known information about the range of integer members,
if this set happens to contain integers.
|
Modifier and Type | Field and Description |
---|---|
static RangeSet |
RangeSet.integers
The set of all integers.
|
Modifier and Type | Method and Description |
---|---|
RangeSet |
RangeSet.intersect(BigInteger lo,
BigInteger up)
Calculates the exact intersection of this range with (lo..up).
|
RangeSet |
RangeSet.intersect(RangeSet other)
Calculates the exact intersection of two ranges.
|
RangeSet |
RangeSet.union(BigInteger lo,
BigInteger up)
Calculates the 'generous union' of this range with (lo..up).
|
RangeSet |
RangeSet.union(RangeSet other)
Calculates the 'generous union' of two ranges.
|
Modifier and Type | Method and Description |
---|---|
RangeSet |
RangeSet.intersect(RangeSet other)
Calculates the exact intersection of two ranges.
|
RangeSet |
RangeSet.union(RangeSet other)
Calculates the 'generous union' of two ranges.
|
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.