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

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

public class PrintingConstraintResolutionListener
extends java.lang.Object
implements ConstraintResolutionListener


Field Summary
 
Fields inherited from interface org.jetbrains.jet.lang.resolve.calls.inference.ConstraintResolutionListener
DO_NOTHING
 
Constructor Summary
PrintingConstraintResolutionListener()
           
 
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

PrintingConstraintResolutionListener

public PrintingConstraintResolutionListener()
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