|
|||||||||
| 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<ExpressionTypingContext>
org.jetbrains.jet.lang.types.expressions.ExpressionTypingContext
public class ExpressionTypingContext
| Field Summary | |
|---|---|
DeclarationDescriptor |
containingDeclaration
|
| Fields inherited from class org.jetbrains.jet.lang.resolve.calls.context.ResolutionContext |
|---|
callResolverExtension, collectAllCandidates, contextDependency, dataFlowInfo, expectedType, isAnnotationContext, resolutionResultsCache, scope, trace |
| Method Summary | |
|---|---|
protected ExpressionTypingContext |
create(BindingTrace trace,
JetScope scope,
DataFlowInfo dataFlowInfo,
JetType expectedType,
ContextDependency contextDependency,
ResolutionResultsCache resolutionResultsCache,
boolean collectAllCandidates)
|
CompileTimeConstantChecker |
getCompileTimeConstantChecker()
|
static ExpressionTypingContext |
newContext(BindingTrace trace,
JetScope scope,
DataFlowInfo dataFlowInfo,
JetType expectedType,
ContextDependency contextDependency,
ResolutionResultsCache resolutionResultsCache,
CallResolverExtension callResolverExtension,
boolean isAnnotationContext)
|
static ExpressionTypingContext |
newContext(ExpressionTypingServices expressionTypingServices,
BindingTrace trace,
JetScope scope,
DataFlowInfo dataFlowInfo,
JetType expectedType)
|
static ExpressionTypingContext |
newContext(ResolutionContext context)
|
| Methods inherited from class org.jetbrains.jet.lang.resolve.calls.context.ResolutionContext |
|---|
replaceBindingTrace, replaceCollectAllCandidates, replaceContextDependency, replaceDataFlowInfo, replaceExpectedType, 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 DeclarationDescriptor containingDeclaration
| Method Detail |
|---|
@NotNull
public static ExpressionTypingContext newContext(@NotNull
ExpressionTypingServices expressionTypingServices,
@NotNull
BindingTrace trace,
@NotNull
JetScope scope,
@NotNull
DataFlowInfo dataFlowInfo,
@NotNull
JetType expectedType)
@NotNull
public static ExpressionTypingContext newContext(@NotNull
ResolutionContext context)
@NotNull
public static ExpressionTypingContext newContext(@NotNull
BindingTrace trace,
@NotNull
JetScope scope,
@NotNull
DataFlowInfo dataFlowInfo,
@NotNull
JetType expectedType,
@NotNull
ContextDependency contextDependency,
@NotNull
ResolutionResultsCache resolutionResultsCache,
@NotNull
CallResolverExtension callResolverExtension,
boolean isAnnotationContext)
protected ExpressionTypingContext create(@NotNull
BindingTrace trace,
@NotNull
JetScope scope,
@NotNull
DataFlowInfo dataFlowInfo,
@NotNull
JetType expectedType,
@NotNull
ContextDependency contextDependency,
@NotNull
ResolutionResultsCache resolutionResultsCache,
boolean collectAllCandidates)
create in class ResolutionContext<ExpressionTypingContext>public CompileTimeConstantChecker getCompileTimeConstantChecker()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||