|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.lang.resolve.kotlin.AnnotationDescriptorDeserializer
public class AnnotationDescriptorDeserializer
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jetbrains.jet.descriptors.serialization.descriptors.AnnotationDeserializer |
|---|
AnnotationDeserializer.AnnotatedCallableKind |
| Field Summary |
|---|
| Fields inherited from interface org.jetbrains.jet.descriptors.serialization.descriptors.AnnotationDeserializer |
|---|
UNSUPPORTED |
| Constructor Summary | |
|---|---|
AnnotationDescriptorDeserializer()
|
|
| Method Summary | |
|---|---|
java.util.List<AnnotationDescriptor> |
loadCallableAnnotations(ClassOrNamespaceDescriptor container,
ProtoBuf.Callable proto,
NameResolver nameResolver,
AnnotationDeserializer.AnnotatedCallableKind kind)
|
java.util.List<AnnotationDescriptor> |
loadClassAnnotations(ClassDescriptor descriptor,
ProtoBuf.Class classProto)
|
java.util.List<AnnotationDescriptor> |
loadValueParameterAnnotations(ClassOrNamespaceDescriptor container,
ProtoBuf.Callable callable,
NameResolver nameResolver,
AnnotationDeserializer.AnnotatedCallableKind kind,
ProtoBuf.Callable.ValueParameter proto)
|
void |
setErrorReporter(ErrorReporter errorReporter)
|
void |
setJavaClassResolver(JavaClassResolver javaClassResolver)
|
void |
setKotlinClassFinder(KotlinClassFinder kotlinClassFinder)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnnotationDescriptorDeserializer()
| Method Detail |
|---|
@Inject public void setJavaClassResolver(JavaClassResolver javaClassResolver)
@Inject public void setKotlinClassFinder(KotlinClassFinder kotlinClassFinder)
@Inject public void setErrorReporter(ErrorReporter errorReporter)
@NotNull
public java.util.List<AnnotationDescriptor> loadClassAnnotations(@NotNull
ClassDescriptor descriptor,
@NotNull
ProtoBuf.Class classProto)
loadClassAnnotations in interface AnnotationDeserializer
@NotNull
public java.util.List<AnnotationDescriptor> loadCallableAnnotations(@NotNull
ClassOrNamespaceDescriptor container,
@NotNull
ProtoBuf.Callable proto,
@NotNull
NameResolver nameResolver,
@NotNull
AnnotationDeserializer.AnnotatedCallableKind kind)
loadCallableAnnotations in interface AnnotationDeserializer
@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)
loadValueParameterAnnotations in interface AnnotationDeserializer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||