public final class DynamicType extends Type
| Constructor and Description |
|---|
DynamicType(String name) |
| 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 DynamicType(String name)
public boolean isSubtypeOf(Type that)
isSubtypeOf in class TypeCopyright © 2016–2017. All rights reserved.