|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.lang.descriptors.annotations.AnnotationsImpl
public class AnnotationsImpl
Field Summary |
---|
Fields inherited from interface org.jetbrains.jet.lang.descriptors.annotations.Annotations |
---|
EMPTY |
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()
isEmpty
in interface Annotations
@Nullable public AnnotationDescriptor findAnnotation(@NotNull FqName fqName)
findAnnotation
in interface Annotations
@NotNull public java.util.Iterator<AnnotationDescriptor> iterator()
iterator
in interface java.lang.Iterable<AnnotationDescriptor>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |