org.jetbrains.jet.lang.resolve.calls.inference
Class DebugConstraintResolutionListener

java.lang.Object
  extended by org.jetbrains.jet.lang.resolve.calls.inference.DebugConstraintResolutionListener
All Implemented Interfaces:
ConstraintResolutionListener

public class DebugConstraintResolutionListener
extends java.lang.Object
implements ConstraintResolutionListener


Field Summary
 
Fields inherited from interface org.jetbrains.jet.lang.resolve.calls.inference.ConstraintResolutionListener
DO_NOTHING
 
Constructor Summary
DebugConstraintResolutionListener(ResolvedCall<? extends CallableDescriptor> candidateCall, ResolutionDebugInfo.Data debugInfo)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugConstraintResolutionListener

public DebugConstraintResolutionListener(@NotNull
                                         ResolvedCall<? extends CallableDescriptor> candidateCall,
                                         @NotNull
                                         ResolutionDebugInfo.Data debugInfo)
Method Detail

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