|
|||||||||
| 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<SimpleResolutionContext>
org.jetbrains.kotlin.resolve.calls.context.SimpleResolutionContext
public class SimpleResolutionContext
| Field Summary |
|---|
| Fields inherited from class org.jetbrains.kotlin.resolve.calls.context.ResolutionContext |
|---|
additionalTypeChecker, callChecker, collectAllCandidates, contextDependency, dataFlowInfo, expectedType, insideCallChain, isAnnotationContext, resolutionResultsCache, scope, statementFilter, symbolUsageValidator, trace |
| Constructor Summary | |
|---|---|
SimpleResolutionContext(BindingTrace trace,
JetScope scope,
JetType expectedType,
DataFlowInfo dataFlowInfo,
ContextDependency contextDependency,
CallChecker callChecker,
SymbolUsageValidator symbolUsageValidator,
AdditionalTypeChecker additionalTypeChecker,
StatementFilter statementFilter)
|
|
| Method Summary | |
|---|---|
protected SimpleResolutionContext |
create(BindingTrace trace,
JetScope scope,
DataFlowInfo dataFlowInfo,
JetType expectedType,
ContextDependency contextDependency,
ResolutionResultsCache resolutionResultsCache,
StatementFilter statementFilter,
boolean collectAllCandidates,
boolean insideSafeCallChain)
|
| Methods inherited from class org.jetbrains.kotlin.resolve.calls.context.ResolutionContext |
|---|
replaceBindingTrace, replaceCollectAllCandidates, replaceContextDependency, replaceDataFlowInfo, replaceExpectedType, replaceInsideCallChain, replaceResolutionResultsCache, replaceScope, replaceStatementFilter, replaceTraceAndCache |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleResolutionContext(@NotNull
BindingTrace trace,
@NotNull
JetScope scope,
@NotNull
JetType expectedType,
@NotNull
DataFlowInfo dataFlowInfo,
@NotNull
ContextDependency contextDependency,
@NotNull
CallChecker callChecker,
@NotNull
SymbolUsageValidator symbolUsageValidator,
@NotNull
AdditionalTypeChecker additionalTypeChecker,
@NotNull
StatementFilter statementFilter)
| Method Detail |
|---|
protected SimpleResolutionContext create(@NotNull
BindingTrace trace,
@NotNull
JetScope scope,
@NotNull
DataFlowInfo dataFlowInfo,
@NotNull
JetType expectedType,
@NotNull
ContextDependency contextDependency,
@NotNull
ResolutionResultsCache resolutionResultsCache,
@NotNull
StatementFilter statementFilter,
boolean collectAllCandidates,
boolean insideSafeCallChain)
create in class ResolutionContext<SimpleResolutionContext>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||