public static class CallTransformer.CallForImplicitInvoke extends DelegatingCall
Call.CallType| Modifier and Type | Method and Description |
|---|---|
JetExpression |
getCalleeExpression() |
com.intellij.psi.PsiElement |
getCallElement() |
Call.CallType |
getCallType() |
ReceiverValue |
getExplicitReceiver() |
Call |
getOuterCall() |
ReceiverValue |
getThisObject() |
getCallOperationNode, getFunctionLiteralArguments, getTypeArgumentList, getTypeArguments, getValueArgumentList, getValueArguments@NotNull public ReceiverValue getExplicitReceiver()
getExplicitReceiver in interface CallgetExplicitReceiver in class DelegatingCall@NotNull public ReceiverValue getThisObject()
getThisObject in interface CallgetThisObject in class DelegatingCallpublic JetExpression getCalleeExpression()
getCalleeExpression in interface CallgetCalleeExpression in class DelegatingCall@NotNull public com.intellij.psi.PsiElement getCallElement()
getCallElement in interface CallgetCallElement in class DelegatingCall@NotNull public Call.CallType getCallType()
getCallType in interface CallgetCallType in class DelegatingCall@NotNull public Call getOuterCall()