Package org.jetbrains.jet.lang.resolve.scopes.receivers

Interface Summary
ReceiverValue  
ReceiverValueVisitor<R,D>  
ThisReceiver Describes a "this" receiver
 

Class Summary
AbstractReceiverValue  
ClassReceiver  
ExpressionReceiver  
ExtensionReceiver  
ScriptReceiver  
TransientReceiver This represents the receiver of hasNext and next() in for-loops Cannot be an expression receiver because there is no expression for the iterator() call