org.jetbrains.kotlin.resolve.calls.context
Class CallResolutionContext<Context extends CallResolutionContext<Context>>
java.lang.Object
org.jetbrains.kotlin.resolve.calls.context.ResolutionContext<Context>
org.jetbrains.kotlin.resolve.calls.context.CallResolutionContext<Context>
- Direct Known Subclasses:
- BasicCallResolutionContext, CallCandidateResolutionContext, ResolutionTask
public abstract class CallResolutionContext<Context extends CallResolutionContext<Context>>
- extends ResolutionContext<Context>
Fields inherited from class org.jetbrains.kotlin.resolve.calls.context.ResolutionContext |
callChecker, callPosition, collectAllCandidates, contextDependency, dataFlowInfo, expectedType, isAnnotationContext, isDebuggerContext, 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 isDebuggerContext,
boolean collectAllCandidates,
CallPosition callPosition)
|
Methods inherited from class org.jetbrains.kotlin.resolve.calls.context.ResolutionContext |
create, replaceBindingTrace, replaceCallPosition, 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 |
call
@NotNull
public final Call call
checkArguments
@NotNull
public final CheckArgumentTypesMode checkArguments
dataFlowInfoForArguments
@NotNull
public final MutableDataFlowInfoForArguments dataFlowInfoForArguments
CallResolutionContext
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 isDebuggerContext,
boolean collectAllCandidates,
@NotNull
CallPosition callPosition)
toBasic
@NotNull
public BasicCallResolutionContext toBasic()