org.jetbrains.jet.lang.resolve.calls.context
Class CallCandidateResolutionContext<D extends CallableDescriptor>
java.lang.Object
org.jetbrains.jet.lang.resolve.calls.context.ResolutionContext<Context>
org.jetbrains.jet.lang.resolve.calls.context.CallResolutionContext<CallCandidateResolutionContext<D>>
org.jetbrains.jet.lang.resolve.calls.context.CallCandidateResolutionContext<D>
public final class CallCandidateResolutionContext<D extends CallableDescriptor>
- extends CallResolutionContext<CallCandidateResolutionContext<D>>
Method Summary |
protected CallCandidateResolutionContext<D> |
create(BindingTrace trace,
JetScope scope,
DataFlowInfo dataFlowInfo,
JetType expectedType,
ContextDependency contextDependency,
ResolutionResultsCache resolutionResultsCache,
LabelResolver labelResolver)
|
static
|
create(ResolvedCallImpl<D> candidateCall,
CallResolutionContext<?> context,
BindingTrace trace,
TracingStrategy tracing)
|
static
|
create(ResolvedCallImpl<D> candidateCall,
CallResolutionContext<?> context,
BindingTrace trace,
TracingStrategy tracing,
Call call)
|
static
|
createForCallBeingAnalyzed(ResolvedCallImpl<D> candidateCall,
BasicCallResolutionContext context,
TracingStrategy tracing)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
candidateCall
public final ResolvedCallImpl<D extends CallableDescriptor> candidateCall
tracing
public final TracingStrategy tracing
receiverForVariableAsFunctionSecondCall
public ReceiverValue receiverForVariableAsFunctionSecondCall
create
public static <D extends CallableDescriptor> CallCandidateResolutionContext<D> create(@NotNull
ResolvedCallImpl<D> candidateCall,
@NotNull
CallResolutionContext<?> context,
@NotNull
BindingTrace trace,
@NotNull
TracingStrategy tracing,
@NotNull
Call call)
create
public static <D extends CallableDescriptor> CallCandidateResolutionContext<D> create(@NotNull
ResolvedCallImpl<D> candidateCall,
@NotNull
CallResolutionContext<?> context,
@NotNull
BindingTrace trace,
@NotNull
TracingStrategy tracing)
createForCallBeingAnalyzed
public static <D extends CallableDescriptor> CallCandidateResolutionContext<D> createForCallBeingAnalyzed(@NotNull
ResolvedCallImpl<D> candidateCall,
@NotNull
BasicCallResolutionContext context,
@NotNull
TracingStrategy tracing)
create
protected CallCandidateResolutionContext<D> create(@NotNull
BindingTrace trace,
@NotNull
JetScope scope,
@NotNull
DataFlowInfo dataFlowInfo,
@NotNull
JetType expectedType,
@NotNull
ContextDependency contextDependency,
@NotNull
ResolutionResultsCache resolutionResultsCache,
@NotNull
LabelResolver labelResolver)
- Specified by:
create
in class ResolutionContext<CallCandidateResolutionContext<D extends CallableDescriptor>>