public class AnnotationUtils extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
checkConstructorParametersType(java.util.List<JetParameter> parameters,
BindingTrace trace) |
static boolean |
isArrayMethodCall(ResolvedCall resolvedCall) |
static boolean |
isJavaClassMethodCall(ResolvedCall resolvedCall) |
public static void checkConstructorParametersType(@NotNull java.util.List<JetParameter> parameters, @NotNull BindingTrace trace)
public static boolean isArrayMethodCall(@NotNull ResolvedCall resolvedCall)
public static boolean isJavaClassMethodCall(@NotNull ResolvedCall resolvedCall)