public final class BottomType extends Type
| Modifier and Type | Field and Description |
|---|---|
static BottomType |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSubtypeOf(Type that) |
Type |
join(Type that) |
Type |
meet(Type that) |
Type |
restrict(Type that) |
String |
toString() |
compareTo, isConsistentSubtypeOf, isConsistentWith, unionWithpublic static final BottomType INSTANCE
public boolean isSubtypeOf(Type that)
isSubtypeOf in class TypeCopyright © 2016–2017. All rights reserved.