public final class TopType extends AbstractType
name, supertype| Modifier and Type | Method and Description |
|---|---|
boolean |
isSubtypeOf(Type that) |
Type |
join(Type that) |
Type |
meet(Type that) |
Type |
restrict(Type that) |
supertype, toStringcompareTo, isConsistentSubtypeOf, isConsistentWith, unionWithpublic TopType(String name)
public boolean isSubtypeOf(Type that)
isSubtypeOf in class AbstractTypepublic Type restrict(Type that)
restrict in class AbstractTypepublic Type join(Type that)
join in class AbstractTypepublic Type meet(Type that)
meet in class AbstractTypeCopyright © 2016–2017. All rights reserved.