|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.resolve.scopes.receivers.AbstractReceiverValue
org.jetbrains.kotlin.resolve.scopes.receivers.TransientReceiver
public class 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
| Field Summary |
|---|
| Fields inherited from class org.jetbrains.kotlin.resolve.scopes.receivers.AbstractReceiverValue |
|---|
receiverType |
| Constructor Summary | |
|---|---|
TransientReceiver(KotlinType type)
|
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class org.jetbrains.kotlin.resolve.scopes.receivers.AbstractReceiverValue |
|---|
getType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TransientReceiver(@NotNull
KotlinType type)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||