org.jetbrains.jet.lang.resolve.kotlin
Class AnnotationDescriptorDeserializer
java.lang.Object
org.jetbrains.jet.lang.resolve.kotlin.AnnotationDescriptorDeserializer
- All Implemented Interfaces:
- AnnotationDeserializer
public class AnnotationDescriptorDeserializer
- extends java.lang.Object
- implements AnnotationDeserializer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationDescriptorDeserializer
public AnnotationDescriptorDeserializer()
setJavaClassResolver
@Inject
public void setJavaClassResolver(JavaClassResolver javaClassResolver)
setKotlinClassFinder
@Inject
public void setKotlinClassFinder(KotlinClassFinder kotlinClassFinder)
setErrorReporter
@Inject
public void setErrorReporter(ErrorReporter errorReporter)
loadClassAnnotations
@NotNull
public java.util.List<AnnotationDescriptor> loadClassAnnotations(@NotNull
ClassDescriptor descriptor,
@NotNull
ProtoBuf.Class classProto)
- Specified by:
loadClassAnnotations
in interface AnnotationDeserializer
loadCallableAnnotations
@NotNull
public java.util.List<AnnotationDescriptor> loadCallableAnnotations(@NotNull
ClassOrNamespaceDescriptor container,
@NotNull
ProtoBuf.Callable proto,
@NotNull
NameResolver nameResolver,
@NotNull
AnnotationDeserializer.AnnotatedCallableKind kind)
- Specified by:
loadCallableAnnotations
in interface AnnotationDeserializer
loadValueParameterAnnotations
@NotNull
public java.util.List<AnnotationDescriptor> loadValueParameterAnnotations(@NotNull
ClassOrNamespaceDescriptor container,
@NotNull
ProtoBuf.Callable callable,
@NotNull
NameResolver nameResolver,
@NotNull
AnnotationDeserializer.AnnotatedCallableKind kind,
@NotNull
ProtoBuf.Callable.ValueParameter proto)
- Specified by:
loadValueParameterAnnotations
in interface AnnotationDeserializer