org.jetbrains.kotlin.resolve.scopes.receivers
Class AbstractReceiverValue

java.lang.Object
  extended by org.jetbrains.kotlin.resolve.scopes.receivers.AbstractReceiverValue
All Implemented Interfaces:
Receiver, ReceiverValue
Direct Known Subclasses:
ExtensionReceiver, TransientReceiver

public abstract class AbstractReceiverValue
extends java.lang.Object
implements ReceiverValue


Field Summary
protected  KotlinType receiverType
           
 
Constructor Summary
AbstractReceiverValue(KotlinType receiverType)
           
 
Method Summary
 KotlinType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

receiverType

protected final KotlinType receiverType
Constructor Detail

AbstractReceiverValue

public AbstractReceiverValue(@NotNull
                             KotlinType receiverType)
Method Detail

getType

@NotNull
public KotlinType getType()
Specified by:
getType in interface ReceiverValue