org.jetbrains.jet.lang.resolve.calls.inference
Class DebugConstraintResolutionListener
java.lang.Object
org.jetbrains.jet.lang.resolve.calls.inference.DebugConstraintResolutionListener
- All Implemented Interfaces:
- ConstraintResolutionListener
public class DebugConstraintResolutionListener
- extends java.lang.Object
- implements ConstraintResolutionListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DebugConstraintResolutionListener
public DebugConstraintResolutionListener(@NotNull
ResolvedCall<? extends CallableDescriptor> candidateCall,
@NotNull
ResolutionDebugInfo.Data debugInfo)
constraintsForUnknown
public void constraintsForUnknown(TypeParameterDescriptor typeParameterDescriptor,
BoundsOwner typeValue)
- Specified by:
constraintsForUnknown in interface ConstraintResolutionListener
constraintsForKnownType
public void constraintsForKnownType(JetType type,
BoundsOwner typeValue)
- Specified by:
constraintsForKnownType in interface ConstraintResolutionListener
done
public void done(ConstraintSystemSolution solution,
java.util.Set<TypeParameterDescriptor> typeParameterDescriptors)
- Specified by:
done in interface ConstraintResolutionListener
log
public void log(java.lang.Object... messageFragments)
- Specified by:
log in interface ConstraintResolutionListener
error
public void error(java.lang.Object... messageFragments)
- Specified by:
error in interface ConstraintResolutionListener