|
|||||||||
| 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<Context>
public abstract class CallResolutionContext<Context extends CallResolutionContext<Context>>
| Field Summary | |
|---|---|
Call |
call
|
CheckArgumentTypesMode |
checkArguments
|
MutableDataFlowInfoForArguments |
dataFlowInfoForArguments
|
| Fields inherited from class org.jetbrains.kotlin.resolve.calls.context.ResolutionContext |
|---|
callChecker, collectAllCandidates, contextDependency, dataFlowInfo, expectedType, isAnnotationContext, resolutionResultsCache, scope, statementFilter, trace |
| Constructor Summary | |
|---|---|
protected |
CallResolutionContext(BindingTrace trace,
LexicalScope scope,
Call call,
KotlinType expectedType,
DataFlowInfo dataFlowInfo,
ContextDependency contextDependency,
CheckArgumentTypesMode checkArguments,
ResolutionResultsCache resolutionResultsCache,
MutableDataFlowInfoForArguments dataFlowInfoForArguments,
CallChecker callChecker,
StatementFilter statementFilter,
boolean isAnnotationContext,
boolean collectAllCandidates)
|
| Method Summary | |
|---|---|
BasicCallResolutionContext |
toBasic()
|
| Methods inherited from class org.jetbrains.kotlin.resolve.calls.context.ResolutionContext |
|---|
create, replaceBindingTrace, replaceCollectAllCandidates, replaceContextDependency, replaceDataFlowInfo, replaceExpectedType, 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 Call call
@NotNull public final CheckArgumentTypesMode checkArguments
@NotNull public final MutableDataFlowInfoForArguments dataFlowInfoForArguments
| Constructor Detail |
|---|
protected CallResolutionContext(@NotNull
BindingTrace trace,
@NotNull
LexicalScope scope,
@NotNull
Call call,
@NotNull
KotlinType expectedType,
@NotNull
DataFlowInfo dataFlowInfo,
@NotNull
ContextDependency contextDependency,
@NotNull
CheckArgumentTypesMode checkArguments,
@NotNull
ResolutionResultsCache resolutionResultsCache,
@Nullable
MutableDataFlowInfoForArguments dataFlowInfoForArguments,
@NotNull
CallChecker callChecker,
@NotNull
StatementFilter statementFilter,
boolean isAnnotationContext,
boolean collectAllCandidates)
| Method Detail |
|---|
@NotNull public BasicCallResolutionContext toBasic()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||