|
|||||||||
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 |
---|
callChecker, collectAllCandidates, contextDependency, dataFlowInfo, expectedType, isAnnotationContext, resolutionResultsCache, scope, statementFilter, trace |
Constructor Summary | |
---|---|
SimpleResolutionContext(BindingTrace trace,
JetScope scope,
JetType expectedType,
DataFlowInfo dataFlowInfo,
ContextDependency contextDependency,
CallChecker callChecker,
StatementFilter statementFilter)
|
Method Summary | |
---|---|
protected SimpleResolutionContext |
create(BindingTrace trace,
JetScope scope,
DataFlowInfo dataFlowInfo,
JetType expectedType,
ContextDependency contextDependency,
ResolutionResultsCache resolutionResultsCache,
StatementFilter statementFilter,
boolean collectAllCandidates)
|
Methods inherited from class org.jetbrains.kotlin.resolve.calls.context.ResolutionContext |
---|
replaceBindingTrace, replaceCollectAllCandidates, replaceContextDependency, replaceDataFlowInfo, replaceExpectedType, 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 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)
create
in class ResolutionContext<SimpleResolutionContext>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |