public class UnreachableAssumptions extends Object implements Assumption<UnreachableAssumptions>
Modifier and Type | Field and Description |
---|---|
static UnreachableAssumptions |
REACHABLE |
static UnreachableAssumptions |
UNREACHABLE |
Constructor and Description |
---|
UnreachableAssumptions() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isReachable(UnreachableAssumptions in) |
UnreachableAssumptions |
join(UnreachableAssumptions value)
Compute least upper bound.
|
String |
toString() |
public static final UnreachableAssumptions REACHABLE
public static final UnreachableAssumptions UNREACHABLE
public static boolean isReachable(UnreachableAssumptions in)
public UnreachableAssumptions join(UnreachableAssumptions value)
Assumption
null.
It's allowed to return value, equal either to this
or to
other
. If you're going to modify result of join operation,
you have to copy it.
join
in interface Assumption<UnreachableAssumptions>
Copyright © 2018. All rights reserved.