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

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

public interface ReceiverValue
extends Receiver


Method Summary
 KotlinType getType()
           
 

Method Detail

getType

@NotNull
KotlinType getType()