org.jetbrains.jet.lang.resolve.calls.autocasts
Interface AutoCastService

All Known Implementing Classes:
AutoCastServiceImpl

public interface AutoCastService


Field Summary
static AutoCastService NO_AUTO_CASTS
           
 
Method Summary
 DataFlowInfo getDataFlowInfo()
           
 java.util.List<ReceiverValue> getVariantsForReceiver(ReceiverValue receiverValue)
           
 boolean isNotNull(ReceiverValue receiver)
           
 

Field Detail

NO_AUTO_CASTS

static final AutoCastService NO_AUTO_CASTS
Method Detail

getVariantsForReceiver

@NotNull
java.util.List<ReceiverValue> getVariantsForReceiver(@NotNull
                                                             ReceiverValue receiverValue)

getDataFlowInfo

@NotNull
DataFlowInfo getDataFlowInfo()

isNotNull

boolean isNotNull(@NotNull
                  ReceiverValue receiver)