org.jetbrains.kotlin.resolve.calls.context
Class BasicCallResolutionContext
java.lang.Object
org.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
- extends CallResolutionContext<BasicCallResolutionContext>
Fields inherited from class org.jetbrains.kotlin.resolve.calls.context.ResolutionContext |
additionalTypeChecker, callChecker, collectAllCandidates, contextDependency, dataFlowInfo, expectedType, isAnnotationContext, resolutionResultsCache, scope, statementFilter, trace |
Method Summary |
static BasicCallResolutionContext |
create(BindingTrace trace,
JetScope scope,
Call call,
JetType expectedType,
DataFlowInfo dataFlowInfo,
ContextDependency contextDependency,
CheckValueArgumentsMode checkArguments,
CallChecker callChecker,
AdditionalTypeChecker additionalTypeChecker,
boolean isAnnotationContext)
|
protected BasicCallResolutionContext |
create(BindingTrace trace,
JetScope scope,
DataFlowInfo dataFlowInfo,
JetType expectedType,
ContextDependency contextDependency,
ResolutionResultsCache resolutionResultsCache,
StatementFilter statementFilter,
boolean collectAllCandidates)
|
static BasicCallResolutionContext |
create(ResolutionContext context,
Call call,
CheckValueArgumentsMode checkArguments)
|
static BasicCallResolutionContext |
create(ResolutionContext context,
Call call,
CheckValueArgumentsMode checkArguments,
MutableDataFlowInfoForArguments dataFlowInfoForArguments)
|
BasicCallResolutionContext |
replaceCall(Call newCall)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
create
@NotNull
public static BasicCallResolutionContext create(@NotNull
BindingTrace trace,
@NotNull
JetScope scope,
@NotNull
Call call,
@NotNull
JetType expectedType,
@NotNull
DataFlowInfo dataFlowInfo,
@NotNull
ContextDependency contextDependency,
@NotNull
CheckValueArgumentsMode checkArguments,
@NotNull
CallChecker callChecker,
@NotNull
AdditionalTypeChecker additionalTypeChecker,
boolean isAnnotationContext)
create
@NotNull
public static BasicCallResolutionContext create(@NotNull
ResolutionContext context,
@NotNull
Call call,
@NotNull
CheckValueArgumentsMode checkArguments,
@Nullable
MutableDataFlowInfoForArguments dataFlowInfoForArguments)
create
@NotNull
public static BasicCallResolutionContext create(@NotNull
ResolutionContext context,
@NotNull
Call call,
@NotNull
CheckValueArgumentsMode checkArguments)
create
protected BasicCallResolutionContext create(@NotNull
BindingTrace trace,
@NotNull
JetScope scope,
@NotNull
DataFlowInfo dataFlowInfo,
@NotNull
JetType expectedType,
@NotNull
ContextDependency contextDependency,
@NotNull
ResolutionResultsCache resolutionResultsCache,
@NotNull
StatementFilter statementFilter,
boolean collectAllCandidates)
- Specified by:
create
in class ResolutionContext<BasicCallResolutionContext>
replaceCall
@NotNull
public BasicCallResolutionContext replaceCall(@NotNull
Call newCall)