public interface ConstraintResolutionListener
| Modifier and Type | Field and Description |
|---|---|
static ConstraintResolutionListener |
DO_NOTHING |
| Modifier and Type | Method and Description |
|---|---|
void |
constraintsForKnownType(JetType type,
BoundsOwner typeValue) |
void |
constraintsForUnknown(TypeParameterDescriptor typeParameterDescriptor,
BoundsOwner typeValue) |
void |
done(ConstraintSystemSolution solution,
java.util.Set<TypeParameterDescriptor> typeParameterDescriptors) |
void |
error(java.lang.Object... messageFragments) |
void |
log(java.lang.Object... messageFragments) |
static final ConstraintResolutionListener DO_NOTHING
void constraintsForUnknown(TypeParameterDescriptor typeParameterDescriptor, BoundsOwner typeValue)
void constraintsForKnownType(JetType type, BoundsOwner typeValue)
void done(ConstraintSystemSolution solution, java.util.Set<TypeParameterDescriptor> typeParameterDescriptors)
void log(java.lang.Object... messageFragments)
void error(java.lang.Object... messageFragments)