org.jetbrains.kotlin.resolve.scopes.receivers
Interface ReceiverValue

All Superinterfaces:
Receiver
All Known Implementing Classes:
AbstractReceiverValue, ExtensionReceiver, TransientReceiver

public interface ReceiverValue
extends Receiver


Field Summary
static ReceiverValue IRRELEVANT_RECEIVER
           
static ReceiverValue NO_RECEIVER
           
 
Method Summary
 KotlinType getType()
           
 
Methods inherited from interface org.jetbrains.kotlin.resolve.scopes.receivers.Receiver
exists
 

Field Detail

NO_RECEIVER

static final ReceiverValue NO_RECEIVER

IRRELEVANT_RECEIVER

static final ReceiverValue IRRELEVANT_RECEIVER
Method Detail

getType

@NotNull
KotlinType getType()