join abstract method
T
join(
- T other
Join operation (⊔): least upper bound of two abstract values.
Implementation
T join(T other);
Join operation (⊔): least upper bound of two abstract values.
T join(T other);