|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.lang.resolve.calls.autocasts.AutoCastServiceImpl
public class AutoCastServiceImpl
Field Summary |
---|
Fields inherited from interface org.jetbrains.jet.lang.resolve.calls.autocasts.AutoCastService |
---|
NO_AUTO_CASTS |
Constructor Summary | |
---|---|
AutoCastServiceImpl(DataFlowInfo dataFlowInfo,
BindingContext bindingContext)
|
Method Summary | |
---|---|
DataFlowInfo |
getDataFlowInfo()
|
java.util.List<ReceiverValue> |
getVariantsForReceiver(ReceiverValue receiverValue)
|
boolean |
isNotNull(ReceiverValue receiver)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AutoCastServiceImpl(DataFlowInfo dataFlowInfo, BindingContext bindingContext)
Method Detail |
---|
@NotNull public java.util.List<ReceiverValue> getVariantsForReceiver(@NotNull ReceiverValue receiverValue)
getVariantsForReceiver
in interface AutoCastService
@NotNull public DataFlowInfo getDataFlowInfo()
getDataFlowInfo
in interface AutoCastService
public boolean isNotNull(@NotNull ReceiverValue receiver)
isNotNull
in interface AutoCastService
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |