|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.js.translate.utils.AnnotationsUtils
public final class AnnotationsUtils
| Method Summary | |
|---|---|
static java.lang.String |
getNameForAnnotatedObject(DeclarationDescriptor declarationDescriptor,
PredefinedAnnotation annotation)
|
static java.lang.String |
getNameForAnnotatedObjectWithOverrides(DeclarationDescriptor declarationDescriptor)
|
static boolean |
hasAnnotation(DeclarationDescriptor descriptor,
PredefinedAnnotation annotation)
|
static boolean |
hasAnnotationOrInsideAnnotatedClass(DeclarationDescriptor descriptor,
PredefinedAnnotation annotation)
|
static boolean |
isLibraryObject(DeclarationDescriptor descriptor)
|
static boolean |
isNativeObject(DeclarationDescriptor descriptor)
|
static boolean |
isPredefinedObject(DeclarationDescriptor descriptor)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean hasAnnotation(@NotNull
DeclarationDescriptor descriptor,
@NotNull
PredefinedAnnotation annotation)
@Nullable
public static java.lang.String getNameForAnnotatedObject(@NotNull
DeclarationDescriptor declarationDescriptor,
@NotNull
PredefinedAnnotation annotation)
@Nullable
public static java.lang.String getNameForAnnotatedObjectWithOverrides(@NotNull
DeclarationDescriptor declarationDescriptor)
public static boolean isNativeObject(@NotNull
DeclarationDescriptor descriptor)
public static boolean isLibraryObject(@NotNull
DeclarationDescriptor descriptor)
public static boolean isPredefinedObject(@NotNull
DeclarationDescriptor descriptor)
public static boolean hasAnnotationOrInsideAnnotatedClass(@NotNull
DeclarationDescriptor descriptor,
@NotNull
PredefinedAnnotation annotation)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||