org.jetbrains.jet.lang.resolve.calls.results
Class ResolutionResultsHandler

java.lang.Object
  extended by org.jetbrains.jet.lang.resolve.calls.results.ResolutionResultsHandler

public class ResolutionResultsHandler
extends java.lang.Object


Field Summary
static ResolutionResultsHandler INSTANCE
           
 
Method Summary
<D extends CallableDescriptor>
OverloadResolutionResultsImpl<D>
computeResultAndReportErrors(BindingTrace trace, TracingStrategy tracing, java.util.Set<ResolvedCallWithTrace<D>> candidates)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static ResolutionResultsHandler INSTANCE
Method Detail

computeResultAndReportErrors

@NotNull
public <D extends CallableDescriptor> OverloadResolutionResultsImpl<D> computeResultAndReportErrors(@NotNull
                                                                                                            BindingTrace trace,
                                                                                                            @NotNull
                                                                                                            TracingStrategy tracing,
                                                                                                            @NotNull
                                                                                                            java.util.Set<ResolvedCallWithTrace<D>> candidates)