public final class Existential extends Type implements java.io.Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
Existential(Type _baseType,
TypeParameter[] _clause) |
| Modifier and Type | Method and Description |
|---|---|
Type |
baseType() |
TypeParameter[] |
clause() |
static Existential |
create(Type _baseType,
TypeParameter[] _clause) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
static Existential |
of(Type _baseType,
TypeParameter[] _clause) |
java.lang.String |
toString() |
Existential |
withBaseType(Type baseType) |
Existential |
withClause(TypeParameter[] clause) |
protected Existential(Type _baseType, TypeParameter[] _clause)
public static Existential create(Type _baseType, TypeParameter[] _clause)
public static Existential of(Type _baseType, TypeParameter[] _clause)
public Type baseType()
public TypeParameter[] clause()
public Existential withBaseType(Type baseType)
public Existential withClause(TypeParameter[] clause)