|
|||||||||
| 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 | |
|---|---|
ExpressionTypingServices |
expressionTypingServices
|
LabelResolver |
labelResolver
|
| Fields inherited from class org.jetbrains.jet.lang.resolve.calls.context.ResolutionContext |
|---|
dataFlowInfo, expectedType, expressionPosition, scope, trace |
| Method Summary | |
|---|---|
protected ExpressionTypingContext |
create(BindingTrace trace,
JetScope scope,
DataFlowInfo dataFlowInfo,
JetType expectedType,
ExpressionPosition expressionPosition)
|
CompileTimeConstantResolver |
getCompileTimeConstantResolver()
|
static ExpressionTypingContext |
newContext(ExpressionTypingServices expressionTypingServices,
BindingTrace trace,
JetScope scope,
DataFlowInfo dataFlowInfo,
JetType expectedType,
ExpressionPosition expressionPosition)
|
static ExpressionTypingContext |
newContext(ExpressionTypingServices expressionTypingServices,
LabelResolver labelResolver,
BindingTrace trace,
JetScope scope,
DataFlowInfo dataFlowInfo,
JetType expectedType,
ExpressionPosition expressionPosition)
|
OverloadResolutionResults<FunctionDescriptor> |
resolveCallWithGivenName(Call call,
JetReferenceExpression functionReference,
Name name)
|
protected ExpressionTypingContext |
self()
|
| Methods inherited from class org.jetbrains.jet.lang.resolve.calls.context.ResolutionContext |
|---|
replaceBindingTrace, replaceDataFlowInfo, replaceExpectedType, replaceExpressionPosition, replaceScope |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final ExpressionTypingServices expressionTypingServices
public final LabelResolver labelResolver
| Method Detail |
|---|
@NotNull
public static ExpressionTypingContext newContext(@NotNull
ExpressionTypingServices expressionTypingServices,
@NotNull
BindingTrace trace,
@NotNull
JetScope scope,
@NotNull
DataFlowInfo dataFlowInfo,
@NotNull
JetType expectedType,
@NotNull
ExpressionPosition expressionPosition)
@NotNull
public static ExpressionTypingContext newContext(@NotNull
ExpressionTypingServices expressionTypingServices,
@NotNull
LabelResolver labelResolver,
@NotNull
BindingTrace trace,
@NotNull
JetScope scope,
@NotNull
DataFlowInfo dataFlowInfo,
@NotNull
JetType expectedType,
@NotNull
ExpressionPosition expressionPosition)
protected ExpressionTypingContext create(@NotNull
BindingTrace trace,
@NotNull
JetScope scope,
@NotNull
DataFlowInfo dataFlowInfo,
@NotNull
JetType expectedType,
@NotNull
ExpressionPosition expressionPosition)
create in class ResolutionContext<ExpressionTypingContext>protected ExpressionTypingContext self()
self in class ResolutionContext<ExpressionTypingContext>public CompileTimeConstantResolver getCompileTimeConstantResolver()
@NotNull
public OverloadResolutionResults<FunctionDescriptor> resolveCallWithGivenName(@NotNull
Call call,
@NotNull
JetReferenceExpression functionReference,
@NotNull
Name name)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||