|
|||||||||
| 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<ResolutionTask<D,F>>
org.jetbrains.kotlin.resolve.calls.tasks.ResolutionTask<D,F>
public class ResolutionTask<D extends CallableDescriptor,F extends D>
Stores candidates for call resolution.
| Field Summary | |
|---|---|
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 |
| Constructor Summary | |
|---|---|
ResolutionTask(BasicCallResolutionContext context,
TracingStrategy tracing,
kotlin.jvm.functions.Function0<java.util.Collection<ResolutionCandidate<D>>> lazyCandidates)
|
|
| Method Summary | |
|---|---|
void |
addResolvedCall(MutableResolvedCall<F> resolvedCall)
|
protected ResolutionTask<D,F> |
create(BindingTrace trace,
LexicalScope scope,
DataFlowInfo dataFlowInfo,
JetType expectedType,
ContextDependency contextDependency,
ResolutionResultsCache resolutionResultsCache,
StatementFilter statementFilter,
boolean collectAllCandidates,
boolean insideSafeCallChain)
|
java.util.Collection<ResolutionCandidate<D>> |
getCandidates()
|
java.util.Collection<MutableResolvedCall<F>> |
getResolvedCalls()
|
java.lang.String |
toString()
|
| 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, wait, wait, wait |
| Field Detail |
|---|
public final TracingStrategy tracing
| Constructor Detail |
|---|
public ResolutionTask(@NotNull
BasicCallResolutionContext context,
@NotNull
TracingStrategy tracing,
@NotNull
kotlin.jvm.functions.Function0<java.util.Collection<ResolutionCandidate<D>>> lazyCandidates)
| Method Detail |
|---|
@NotNull public java.util.Collection<ResolutionCandidate<D>> getCandidates()
public void addResolvedCall(@NotNull
MutableResolvedCall<F> resolvedCall)
@NotNull public java.util.Collection<MutableResolvedCall<F>> getResolvedCalls()
protected ResolutionTask<D,F> 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<ResolutionTask<D extends CallableDescriptor,F extends D>>public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||