public class AutoCastReceiver extends AbstractReceiverValue
receiverTypeNO_RECEIVER| Constructor and Description |
|---|
AutoCastReceiver(ReceiverValue original,
JetType castTo,
boolean canCast) |
| Modifier and Type | Method and Description |
|---|---|
<R,D> R |
accept(ReceiverValueVisitor<R,D> visitor,
D data) |
boolean |
canCast() |
ReceiverValue |
getOriginal() |
java.lang.String |
toString() |
exists, getTypepublic AutoCastReceiver(@NotNull ReceiverValue original, @NotNull JetType castTo, boolean canCast)
public boolean canCast()
@NotNull public ReceiverValue getOriginal()
public <R,D> R accept(@NotNull ReceiverValueVisitor<R,D> visitor, D data)
public java.lang.String toString()
toString in class java.lang.Object