|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.descriptors.annotations.AnnotationsImpl
public class AnnotationsImpl
Constructor Summary | |
---|---|
AnnotationsImpl(java.util.List<AnnotationDescriptor> annotations)
|
Method Summary | |
---|---|
AnnotationDescriptor |
findAnnotation(FqName fqName)
|
java.util.List<AnnotationDescriptor> |
getAnnotationDescriptors()
|
boolean |
isEmpty()
|
java.util.Iterator<AnnotationDescriptor> |
iterator()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnnotationsImpl(@NotNull java.util.List<AnnotationDescriptor> annotations)
Method Detail |
---|
@NotNull public java.util.List<AnnotationDescriptor> getAnnotationDescriptors()
public boolean isEmpty()
@Nullable public AnnotationDescriptor findAnnotation(@NotNull FqName fqName)
@NotNull public java.util.Iterator<AnnotationDescriptor> iterator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |