|
|||||||||
| 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.ExpressionReceiver
public class ExpressionReceiver
| Field Summary |
|---|
| Fields inherited from class org.jetbrains.kotlin.resolve.scopes.receivers.AbstractReceiverValue |
|---|
receiverType |
| Fields inherited from interface org.jetbrains.kotlin.resolve.scopes.receivers.ReceiverValue |
|---|
IRRELEVANT_RECEIVER, NO_RECEIVER |
| Constructor Summary | |
|---|---|
ExpressionReceiver(JetExpression expression,
JetType type)
|
|
| Method Summary | |
|---|---|
JetExpression |
getExpression()
|
java.lang.String |
toString()
|
| Methods inherited from class org.jetbrains.kotlin.resolve.scopes.receivers.AbstractReceiverValue |
|---|
exists, getType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jetbrains.kotlin.resolve.scopes.receivers.ReceiverValue |
|---|
exists, getType |
| Constructor Detail |
|---|
public ExpressionReceiver(@NotNull
JetExpression expression,
@NotNull
JetType type)
| Method Detail |
|---|
@NotNull public JetExpression getExpression()
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 | ||||||||