public class SubtypingConstraint extends java.lang.Object
| Constructor and Description |
|---|
SubtypingConstraint(ConstraintType type,
JetType subtype,
JetType supertype) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getErrorMessage() |
JetType |
getSubtype() |
JetType |
getSupertype() |
ConstraintType |
getType() |
java.lang.String |
toString() |
public SubtypingConstraint(@NotNull ConstraintType type, @NotNull JetType subtype, @NotNull JetType supertype)
@NotNull public JetType getSubtype()
@NotNull public JetType getSupertype()
@NotNull public ConstraintType getType()
@NotNull public java.lang.String getErrorMessage()
public java.lang.String toString()
toString in class java.lang.Object