|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.descriptors.serialization.MemberDeserializer
public class MemberDeserializer
| Constructor Summary | |
|---|---|
MemberDeserializer(DeserializationContextWithTypes context)
|
|
| Method Summary | |
|---|---|
static Annotations |
getAnnotations(DeclarationDescriptor containingDeclaration,
ProtoBuf.Callable proto,
int flags,
AnnotatedCallableKind kind,
AnnotationLoader annotationLoader,
NameResolver nameResolver)
|
CallableMemberDescriptor |
loadCallable(ProtoBuf.Callable proto)
|
java.util.List<DeserializedTypeParameterDescriptor> |
typeParameters(java.util.List<ProtoBuf.TypeParameter> protos,
TypeDeserializer typeDeserializer)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MemberDeserializer(@NotNull
DeserializationContextWithTypes context)
| Method Detail |
|---|
@NotNull
public CallableMemberDescriptor loadCallable(@NotNull
ProtoBuf.Callable proto)
public static Annotations getAnnotations(@NotNull
DeclarationDescriptor containingDeclaration,
@NotNull
ProtoBuf.Callable proto,
int flags,
@NotNull
AnnotatedCallableKind kind,
@NotNull
AnnotationLoader annotationLoader,
@NotNull
NameResolver nameResolver)
@NotNull
public java.util.List<DeserializedTypeParameterDescriptor> typeParameters(@NotNull
java.util.List<ProtoBuf.TypeParameter> protos,
@NotNull
TypeDeserializer typeDeserializer)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||