|
|||||||||
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<SimpleResolutionContext>
org.jetbrains.jet.lang.resolve.calls.context.SimpleResolutionContext
public class SimpleResolutionContext
Field Summary |
---|
Fields inherited from class org.jetbrains.jet.lang.resolve.calls.context.ResolutionContext |
---|
dataFlowInfo, expectedType, expressionPosition, scope, trace |
Constructor Summary | |
---|---|
SimpleResolutionContext(BindingTrace trace,
JetScope scope,
JetType expectedType,
DataFlowInfo dataFlowInfo,
ExpressionPosition expressionPosition)
|
Method Summary | |
---|---|
protected SimpleResolutionContext |
create(BindingTrace trace,
JetScope scope,
DataFlowInfo dataFlowInfo,
JetType expectedType,
ExpressionPosition expressionPosition)
|
protected SimpleResolutionContext |
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 |
Constructor Detail |
---|
public SimpleResolutionContext(@NotNull BindingTrace trace, @NotNull JetScope scope, @NotNull JetType expectedType, @NotNull DataFlowInfo dataFlowInfo, @NotNull ExpressionPosition expressionPosition)
Method Detail |
---|
protected SimpleResolutionContext create(@NotNull BindingTrace trace, @NotNull JetScope scope, @NotNull DataFlowInfo dataFlowInfo, @NotNull JetType expectedType, @NotNull ExpressionPosition expressionPosition)
create
in class ResolutionContext<SimpleResolutionContext>
protected SimpleResolutionContext self()
self
in class ResolutionContext<SimpleResolutionContext>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |