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