public class DelegatingCall extends java.lang.Object implements Call
Call.CallType| Constructor and Description |
|---|
DelegatingCall(Call delegate) |
| Modifier and Type | Method and Description |
|---|---|
JetExpression |
getCalleeExpression() |
com.intellij.psi.PsiElement |
getCallElement() |
com.intellij.lang.ASTNode |
getCallOperationNode() |
Call.CallType |
getCallType() |
ReceiverValue |
getExplicitReceiver() |
java.util.List<JetExpression> |
getFunctionLiteralArguments() |
ReceiverValue |
getThisObject() |
JetTypeArgumentList |
getTypeArgumentList() |
java.util.List<JetTypeProjection> |
getTypeArguments() |
JetValueArgumentList |
getValueArgumentList() |
java.util.List<? extends ValueArgument> |
getValueArguments() |
public DelegatingCall(@NotNull Call delegate)
@Nullable public com.intellij.lang.ASTNode getCallOperationNode()
getCallOperationNode in interface Call@NotNull public ReceiverValue getExplicitReceiver()
getExplicitReceiver in interface Call@NotNull public ReceiverValue getThisObject()
getThisObject in interface Call@Nullable public JetExpression getCalleeExpression()
getCalleeExpression in interface Call@Nullable public JetValueArgumentList getValueArgumentList()
getValueArgumentList in interface Call@NotNull public java.util.List<? extends ValueArgument> getValueArguments()
getValueArguments in interface Call@NotNull public java.util.List<JetExpression> getFunctionLiteralArguments()
getFunctionLiteralArguments in interface Call@NotNull public java.util.List<JetTypeProjection> getTypeArguments()
getTypeArguments in interface Call@Nullable public JetTypeArgumentList getTypeArgumentList()
getTypeArgumentList in interface Call@NotNull public com.intellij.psi.PsiElement getCallElement()
getCallElement in interface Call@NotNull public Call.CallType getCallType()
getCallType in interface Call