|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.resolve.calls.context.ResolutionContext<Context>
org.jetbrains.kotlin.resolve.calls.context.CallResolutionContext<CallCandidateResolutionContext<D>>
org.jetbrains.kotlin.resolve.calls.context.CallCandidateResolutionContext<D>
public final class CallCandidateResolutionContext<D extends CallableDescriptor>
| Field Summary | |
|---|---|
MutableResolvedCall<D> |
candidateCall
|
CandidateResolveMode |
candidateResolveMode
|
ReceiverValue |
explicitExtensionReceiverForInvoke
|
TracingStrategy |
tracing
|
| Fields inherited from class org.jetbrains.kotlin.resolve.calls.context.CallResolutionContext |
|---|
call, checkArguments, dataFlowInfoForArguments |
| Fields inherited from class org.jetbrains.kotlin.resolve.calls.context.ResolutionContext |
|---|
callChecker, collectAllCandidates, contextDependency, dataFlowInfo, expectedType, insideCallChain, isAnnotationContext, resolutionResultsCache, scope, statementFilter, trace |
| Method Summary | ||
|---|---|---|
protected CallCandidateResolutionContext<D> |
create(BindingTrace trace,
LexicalScope scope,
DataFlowInfo dataFlowInfo,
JetType expectedType,
ContextDependency contextDependency,
ResolutionResultsCache resolutionResultsCache,
StatementFilter statementFilter,
boolean collectAllCandidates,
boolean insideSafeCallChain)
|
|
static
|
create(MutableResolvedCall<D> candidateCall,
CallResolutionContext<?> context,
BindingTrace trace,
TracingStrategy tracing,
Call call,
ReceiverValue explicitExtensionReceiverForInvoke,
CandidateResolveMode candidateResolveMode)
|
|
static
|
createForCallBeingAnalyzed(MutableResolvedCall<D> candidateCall,
BasicCallResolutionContext context,
TracingStrategy tracing)
|
|
| Methods inherited from class org.jetbrains.kotlin.resolve.calls.context.CallResolutionContext |
|---|
toBasic |
| Methods inherited from class org.jetbrains.kotlin.resolve.calls.context.ResolutionContext |
|---|
replaceBindingTrace, replaceCollectAllCandidates, replaceContextDependency, replaceDataFlowInfo, replaceExpectedType, replaceInsideCallChain, replaceResolutionResultsCache, replaceScope, replaceStatementFilter, replaceTraceAndCache |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@NotNull public final MutableResolvedCall<D extends CallableDescriptor> candidateCall
@NotNull public final TracingStrategy tracing
@NotNull public final ReceiverValue explicitExtensionReceiverForInvoke
@NotNull public final CandidateResolveMode candidateResolveMode
| Method Detail |
|---|
public static <D extends CallableDescriptor> CallCandidateResolutionContext<D> create(@NotNull
MutableResolvedCall<D> candidateCall,
@NotNull
CallResolutionContext<?> context,
@NotNull
BindingTrace trace,
@NotNull
TracingStrategy tracing,
@NotNull
Call call,
@NotNull
ReceiverValue explicitExtensionReceiverForInvoke,
@NotNull
CandidateResolveMode candidateResolveMode)
@NotNull
public static <D extends CallableDescriptor> CallCandidateResolutionContext<D> createForCallBeingAnalyzed(@NotNull
MutableResolvedCall<D> candidateCall,
@NotNull
BasicCallResolutionContext context,
@NotNull
TracingStrategy tracing)
protected CallCandidateResolutionContext<D> create(@NotNull
BindingTrace trace,
@NotNull
LexicalScope scope,
@NotNull
DataFlowInfo dataFlowInfo,
@NotNull
JetType expectedType,
@NotNull
ContextDependency contextDependency,
@NotNull
ResolutionResultsCache resolutionResultsCache,
@NotNull
StatementFilter statementFilter,
boolean collectAllCandidates,
boolean insideSafeCallChain)
create in class ResolutionContext<CallCandidateResolutionContext<D extends CallableDescriptor>>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||