|
|||||||||
| 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<ExpressionTypingContext>
org.jetbrains.kotlin.types.expressions.ExpressionTypingContext
public class ExpressionTypingContext
| Field Summary |
|---|
| Fields inherited from class org.jetbrains.kotlin.resolve.calls.context.ResolutionContext |
|---|
callChecker, collectAllCandidates, contextDependency, dataFlowInfo, expectedType, insideCallChain, isAnnotationContext, resolutionResultsCache, scope, statementFilter, trace |
| Method Summary | |
|---|---|
protected ExpressionTypingContext |
create(BindingTrace trace,
LexicalScope scope,
DataFlowInfo dataFlowInfo,
KotlinType expectedType,
ContextDependency contextDependency,
ResolutionResultsCache resolutionResultsCache,
StatementFilter statementFilter,
boolean collectAllCandidates,
boolean insideSafeCallChain)
|
static ExpressionTypingContext |
newContext(BindingTrace trace,
LexicalScope scope,
DataFlowInfo dataFlowInfo,
KotlinType expectedType)
|
static ExpressionTypingContext |
newContext(BindingTrace trace,
LexicalScope scope,
DataFlowInfo dataFlowInfo,
KotlinType expectedType,
CallChecker callChecker)
|
static ExpressionTypingContext |
newContext(BindingTrace trace,
LexicalScope scope,
DataFlowInfo dataFlowInfo,
KotlinType expectedType,
ContextDependency contextDependency,
ResolutionResultsCache resolutionResultsCache,
CallChecker callChecker,
StatementFilter statementFilter,
boolean isAnnotationContext)
|
static ExpressionTypingContext |
newContext(ResolutionContext context)
|
| 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 |
| Method Detail |
|---|
@NotNull
public static ExpressionTypingContext newContext(@NotNull
BindingTrace trace,
@NotNull
LexicalScope scope,
@NotNull
DataFlowInfo dataFlowInfo,
@NotNull
KotlinType expectedType)
@NotNull
public static ExpressionTypingContext newContext(@NotNull
BindingTrace trace,
@NotNull
LexicalScope scope,
@NotNull
DataFlowInfo dataFlowInfo,
@NotNull
KotlinType expectedType,
@NotNull
CallChecker callChecker)
@NotNull
public static ExpressionTypingContext newContext(@NotNull
ResolutionContext context)
@NotNull
public static ExpressionTypingContext newContext(@NotNull
BindingTrace trace,
@NotNull
LexicalScope scope,
@NotNull
DataFlowInfo dataFlowInfo,
@NotNull
KotlinType expectedType,
@NotNull
ContextDependency contextDependency,
@NotNull
ResolutionResultsCache resolutionResultsCache,
@NotNull
CallChecker callChecker,
@NotNull
StatementFilter statementFilter,
boolean isAnnotationContext)
protected ExpressionTypingContext create(@NotNull
BindingTrace trace,
@NotNull
LexicalScope scope,
@NotNull
DataFlowInfo dataFlowInfo,
@NotNull
KotlinType expectedType,
@NotNull
ContextDependency contextDependency,
@NotNull
ResolutionResultsCache resolutionResultsCache,
@NotNull
StatementFilter statementFilter,
boolean collectAllCandidates,
boolean insideSafeCallChain)
create in class ResolutionContext<ExpressionTypingContext>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||