org.jetbrains.jet.lang.resolve.scopes.receivers
Class TransientReceiver
java.lang.Object
org.jetbrains.jet.lang.resolve.scopes.receivers.AbstractReceiverValue
org.jetbrains.jet.lang.resolve.scopes.receivers.TransientReceiver
- All Implemented Interfaces:
- ReceiverValue
public class TransientReceiver
- extends AbstractReceiverValue
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TransientReceiver
public TransientReceiver(@NotNull
JetType type)
accept
public <R,D> R accept(@NotNull
ReceiverValueVisitor<R,D> visitor,
D data)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object