|
|||||||||
| 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
|
ResolutionResultsCache |
resolutionResultsCache
|
ResolveMode |
resolveMode
|
| Fields inherited from class org.jetbrains.jet.lang.resolve.calls.context.ResolutionContext |
|---|
dataFlowInfo, expectedType, expressionPosition, scope, trace |
| Constructor Summary | |
|---|---|
protected |
CallResolutionContext(BindingTrace trace,
JetScope scope,
Call call,
JetType expectedType,
DataFlowInfo dataFlowInfo,
ResolveMode resolveMode,
CheckValueArgumentsMode checkArguments,
ExpressionPosition expressionPosition,
ResolutionResultsCache resolutionResultsCache)
|
| Method Summary | |
|---|---|
BasicCallResolutionContext |
toBasic()
|
| Methods inherited from class org.jetbrains.jet.lang.resolve.calls.context.ResolutionContext |
|---|
create, replaceBindingTrace, replaceDataFlowInfo, replaceExpectedType, replaceExpressionPosition, replaceScope, self |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final Call call
public final ResolveMode resolveMode
public final CheckValueArgumentsMode checkArguments
public final ResolutionResultsCache resolutionResultsCache
| Constructor Detail |
|---|
protected CallResolutionContext(@NotNull
BindingTrace trace,
@NotNull
JetScope scope,
@NotNull
Call call,
@NotNull
JetType expectedType,
@NotNull
DataFlowInfo dataFlowInfo,
@NotNull
ResolveMode resolveMode,
@NotNull
CheckValueArgumentsMode checkArguments,
@NotNull
ExpressionPosition expressionPosition,
@NotNull
ResolutionResultsCache resolutionResultsCache)
| Method Detail |
|---|
public BasicCallResolutionContext toBasic()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||