org.jetbrains.kotlin.descriptors.annotations
Class AnnotationsImpl

java.lang.Object
  extended by org.jetbrains.kotlin.descriptors.annotations.AnnotationsImpl

public class AnnotationsImpl
extends java.lang.Object


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

AnnotationsImpl

public AnnotationsImpl(@NotNull
                       java.util.List<AnnotationDescriptor> annotations)
Method Detail

getAnnotationDescriptors

@NotNull
public java.util.List<AnnotationDescriptor> getAnnotationDescriptors()

isEmpty

public boolean isEmpty()

findAnnotation

@Nullable
public AnnotationDescriptor findAnnotation(@NotNull
                                                    FqName fqName)

iterator

@NotNull
public java.util.Iterator<AnnotationDescriptor> iterator()