public class TargetConstraints extends Object
ConstraintMap
Modifier and Type | Class and Description |
---|---|
protected static class |
TargetConstraints.Equalities |
protected static class |
TargetConstraints.Subtypes |
protected static class |
TargetConstraints.Supertypes |
Modifier and Type | Field and Description |
---|---|
TargetConstraints.Equalities |
equalities |
TargetConstraints.Subtypes |
subtypes
The target is the supertype in this case, that these are subtype constraints in which target
is the subtype.
|
TargetConstraints.Supertypes |
supertypes
The target is the supertype in this case, that these are supertype constraints in which
target is the supertype.
|
TypeVariable |
target
The type parameter for which we are inferring a type argument.
|
Constructor and Description |
---|
TargetConstraints(TypeVariable target) |
public final TypeVariable target
public final TargetConstraints.Equalities equalities
public final TargetConstraints.Supertypes supertypes
public final TargetConstraints.Subtypes subtypes
public TargetConstraints(TypeVariable target)