|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.lang.resolve.AnnotationUtils
public class AnnotationUtils
Method Summary | |
---|---|
static void |
checkConstructorParametersType(java.util.List<JetParameter> parameters,
BindingTrace trace)
|
static boolean |
isArrayMethodCall(ResolvedCall resolvedCall)
|
static boolean |
isJavaClassMethodCall(ResolvedCall resolvedCall)
|
static boolean |
isPropertyAcceptableAsAnnotationParameter(PropertyDescriptor descriptor)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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)
public static boolean isPropertyAcceptableAsAnnotationParameter(@NotNull PropertyDescriptor descriptor)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |