|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.resolve.calls.CallResolverUtil
public class CallResolverUtil
| Nested Class Summary | |
|---|---|
static class |
CallResolverUtil.ResolveArgumentsMode
|
| Method Summary | |
|---|---|
static JetType |
getErasedReceiverType(ReceiverParameterDescriptor receiverParameterDescriptor,
CallableDescriptor descriptor)
|
static JetSuperExpression |
getSuperCallExpression(Call call)
|
static boolean |
hasInferredReturnType(CallableDescriptor candidateDescriptor,
ConstraintSystem constraintSystem)
|
static boolean |
hasUnknownFunctionParameter(JetType type)
|
static boolean |
hasUnknownReturnType(JetType type)
|
static boolean |
isInvokeCallOnExpressionWithBothReceivers(Call call)
|
static boolean |
isInvokeCallOnVariable(Call call)
|
static boolean |
isOrOverridesSynthesized(CallableMemberDescriptor descriptor)
|
static JetType |
replaceReturnTypeByUnknown(JetType type)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean hasUnknownFunctionParameter(@NotNull
JetType type)
public static boolean hasUnknownReturnType(@NotNull
JetType type)
public static JetType replaceReturnTypeByUnknown(@NotNull
JetType type)
public static boolean hasInferredReturnType(@NotNull
CallableDescriptor candidateDescriptor,
@NotNull
ConstraintSystem constraintSystem)
@NotNull
public static JetType getErasedReceiverType(@NotNull
ReceiverParameterDescriptor receiverParameterDescriptor,
@NotNull
CallableDescriptor descriptor)
public static boolean isOrOverridesSynthesized(@NotNull
CallableMemberDescriptor descriptor)
public static boolean isInvokeCallOnVariable(@NotNull
Call call)
public static boolean isInvokeCallOnExpressionWithBothReceivers(@NotNull
Call call)
public static JetSuperExpression getSuperCallExpression(@NotNull
Call call)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||