public class ExpressionReceiver extends AbstractReceiverValue implements ReceiverValue
receiverTypeNO_RECEIVER| Constructor and Description |
|---|
ExpressionReceiver(JetExpression expression,
JetType type) |
| Modifier and Type | Method and Description |
|---|---|
<R,D> R |
accept(ReceiverValueVisitor<R,D> visitor,
D data) |
JetExpression |
getExpression() |
java.lang.String |
toString() |
exists, getTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitexists, getTypepublic ExpressionReceiver(@NotNull JetExpression expression, @NotNull JetType type)
@NotNull public JetExpression getExpression()
public <R,D> R accept(@NotNull ReceiverValueVisitor<R,D> visitor, D data)
accept in interface ReceiverValuepublic java.lang.String toString()
toString in class java.lang.Object