public interface Call
| Modifier and Type | Interface and Description |
|---|---|
static class |
Call.CallType |
| 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() |
@Nullable com.intellij.lang.ASTNode getCallOperationNode()
@NotNull ReceiverValue getExplicitReceiver()
@NotNull ReceiverValue getThisObject()
@Nullable JetExpression getCalleeExpression()
@Nullable JetValueArgumentList getValueArgumentList()
@NotNull java.util.List<? extends ValueArgument> getValueArguments()
@NotNull java.util.List<JetExpression> getFunctionLiteralArguments()
@NotNull java.util.List<JetTypeProjection> getTypeArguments()
@Nullable JetTypeArgumentList getTypeArgumentList()
@NotNull com.intellij.psi.PsiElement getCallElement()
@NotNull Call.CallType getCallType()