|
|||||||||
| 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<BasicCallResolutionContext>
org.jetbrains.kotlin.resolve.calls.context.BasicCallResolutionContext
public class BasicCallResolutionContext
| Field Summary |
|---|
| 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 |
|---|
callPosition, collectAllCandidates, contextDependency, dataFlowInfo, expectedType, isAnnotationContext, isDebuggerContext, resolutionResultsCache, scope, statementFilter, trace |
| Method Summary | |
|---|---|
static BasicCallResolutionContext |
create(BindingTrace trace,
LexicalScope scope,
Call call,
KotlinType expectedType,
DataFlowInfo dataFlowInfo,
ContextDependency contextDependency,
CheckArgumentTypesMode checkArguments,
boolean isAnnotationContext)
|
protected BasicCallResolutionContext |
create(BindingTrace trace,
LexicalScope scope,
DataFlowInfo dataFlowInfo,
KotlinType expectedType,
ContextDependency contextDependency,
ResolutionResultsCache resolutionResultsCache,
StatementFilter statementFilter,
boolean collectAllCandidates,
CallPosition callPosition)
|
static BasicCallResolutionContext |
create(ResolutionContext context,
Call call,
CheckArgumentTypesMode checkArguments)
|
static BasicCallResolutionContext |
create(ResolutionContext context,
Call call,
CheckArgumentTypesMode checkArguments,
MutableDataFlowInfoForArguments dataFlowInfoForArguments)
|
BasicCallResolutionContext |
replaceCall(Call newCall)
|
| Methods inherited from class org.jetbrains.kotlin.resolve.calls.context.ResolutionContext |
|---|
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 |
| Method Detail |
|---|
@NotNull
public static BasicCallResolutionContext create(@NotNull
BindingTrace trace,
@NotNull
LexicalScope scope,
@NotNull
Call call,
@NotNull
KotlinType expectedType,
@NotNull
DataFlowInfo dataFlowInfo,
@NotNull
ContextDependency contextDependency,
@NotNull
CheckArgumentTypesMode checkArguments,
boolean isAnnotationContext)
@NotNull
public static BasicCallResolutionContext create(@NotNull
ResolutionContext context,
@NotNull
Call call,
@NotNull
CheckArgumentTypesMode checkArguments,
@Nullable
MutableDataFlowInfoForArguments dataFlowInfoForArguments)
@NotNull
public static BasicCallResolutionContext create(@NotNull
ResolutionContext context,
@NotNull
Call call,
@NotNull
CheckArgumentTypesMode checkArguments)
protected BasicCallResolutionContext create(@NotNull
BindingTrace trace,
@NotNull
LexicalScope scope,
@NotNull
DataFlowInfo dataFlowInfo,
@NotNull
KotlinType expectedType,
@NotNull
ContextDependency contextDependency,
@NotNull
ResolutionResultsCache resolutionResultsCache,
@NotNull
StatementFilter statementFilter,
boolean collectAllCandidates,
@NotNull
CallPosition callPosition)
create in class ResolutionContext<BasicCallResolutionContext>
@NotNull
public BasicCallResolutionContext replaceCall(@NotNull
Call newCall)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||