|
|||||||||
| 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<CallCandidateResolutionContext<D>>
org.jetbrains.jet.lang.resolve.calls.context.CallCandidateResolutionContext<D>
public final class CallCandidateResolutionContext<D extends CallableDescriptor>
| Field Summary | |
|---|---|
ResolvedCallImpl<D> |
candidateCall
|
ReceiverValue |
receiverForVariableAsFunctionSecondCall
|
TracingStrategy |
tracing
|
| Fields inherited from class org.jetbrains.jet.lang.resolve.calls.context.CallResolutionContext |
|---|
call, checkArguments, dataFlowInfoForArguments |
| Fields inherited from class org.jetbrains.jet.lang.resolve.calls.context.ResolutionContext |
|---|
contextDependency, dataFlowInfo, expectedType, expressionPosition, labelResolver, resolutionResultsCache, scope, trace |
| Method Summary | ||
|---|---|---|
protected CallCandidateResolutionContext<D> |
create(BindingTrace trace,
JetScope scope,
DataFlowInfo dataFlowInfo,
JetType expectedType,
ExpressionPosition expressionPosition,
ContextDependency contextDependency,
ResolutionResultsCache resolutionResultsCache,
LabelResolver labelResolver)
|
|
static
|
create(ResolvedCallImpl<D> candidateCall,
CallResolutionContext<?> context,
BindingTrace trace,
TracingStrategy tracing)
|
|
static
|
create(ResolvedCallImpl<D> candidateCall,
CallResolutionContext<?> context,
BindingTrace trace,
TracingStrategy tracing,
Call call)
|
|
static
|
createForCallBeingAnalyzed(ResolvedCallImpl<D> candidateCall,
BasicCallResolutionContext context,
TracingStrategy tracing)
|
|
protected CallCandidateResolutionContext<D> |
self()
|
|
| Methods inherited from class org.jetbrains.jet.lang.resolve.calls.context.CallResolutionContext |
|---|
toBasic |
| Methods inherited from class org.jetbrains.jet.lang.resolve.calls.context.ResolutionContext |
|---|
replaceBindingTrace, replaceContextDependency, replaceDataFlowInfo, replaceExpectedType, replaceExpressionPosition, replaceResolutionResultsCache, replaceScope, replaceTraceAndCache |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final ResolvedCallImpl<D extends CallableDescriptor> candidateCall
public final TracingStrategy tracing
public ReceiverValue receiverForVariableAsFunctionSecondCall
| Method Detail |
|---|
public static <D extends CallableDescriptor> CallCandidateResolutionContext<D> create(@NotNull
ResolvedCallImpl<D> candidateCall,
@NotNull
CallResolutionContext<?> context,
@NotNull
BindingTrace trace,
@NotNull
TracingStrategy tracing,
@NotNull
Call call)
public static <D extends CallableDescriptor> CallCandidateResolutionContext<D> create(@NotNull
ResolvedCallImpl<D> candidateCall,
@NotNull
CallResolutionContext<?> context,
@NotNull
BindingTrace trace,
@NotNull
TracingStrategy tracing)
public static <D extends CallableDescriptor> CallCandidateResolutionContext<D> createForCallBeingAnalyzed(@NotNull
ResolvedCallImpl<D> candidateCall,
@NotNull
BasicCallResolutionContext context,
@NotNull
TracingStrategy tracing)
protected CallCandidateResolutionContext<D> create(@NotNull
BindingTrace trace,
@NotNull
JetScope scope,
@NotNull
DataFlowInfo dataFlowInfo,
@NotNull
JetType expectedType,
@NotNull
ExpressionPosition expressionPosition,
@NotNull
ContextDependency contextDependency,
@NotNull
ResolutionResultsCache resolutionResultsCache,
@NotNull
LabelResolver labelResolver)
create in class ResolutionContext<CallCandidateResolutionContext<D extends CallableDescriptor>>protected CallCandidateResolutionContext<D> self()
self in class ResolutionContext<CallCandidateResolutionContext<D extends CallableDescriptor>>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||