2022-06-10 21:38:30 +09:00

79 lines
1.9 KiB
Smali

.class public abstract Lcom/google/protobuf/Extension;
.super Lcom/google/protobuf/ExtensionLite;
.source "Extension.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/protobuf/Extension$MessageType;,
Lcom/google/protobuf/Extension$ExtensionType;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<ContainingType::",
"Lcom/google/protobuf/MessageLite;",
"Type:",
"Ljava/lang/Object;",
">",
"Lcom/google/protobuf/ExtensionLite<",
"TContainingType;TType;>;"
}
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Lcom/google/protobuf/ExtensionLite;-><init>()V
return-void
.end method
# virtual methods
.method public abstract fromReflectionType(Ljava/lang/Object;)Ljava/lang/Object;
.end method
.method public abstract getDescriptor()Lcom/google/protobuf/Descriptors$FieldDescriptor;
.end method
.method public getExtensionType()Lcom/google/protobuf/Extension$ExtensionType;
.locals 1
.line 1
sget-object v0, Lcom/google/protobuf/Extension$ExtensionType;->IMMUTABLE:Lcom/google/protobuf/Extension$ExtensionType;
return-object v0
.end method
.method public getMessageType()Lcom/google/protobuf/Extension$MessageType;
.locals 1
.line 1
sget-object v0, Lcom/google/protobuf/Extension$MessageType;->PROTO2:Lcom/google/protobuf/Extension$MessageType;
return-object v0
.end method
.method public final isLite()Z
.locals 1
const/4 v0, 0x0
return v0
.end method
.method public abstract singularFromReflectionType(Ljava/lang/Object;)Ljava/lang/Object;
.end method
.method public abstract singularToReflectionType(Ljava/lang/Object;)Ljava/lang/Object;
.end method
.method public abstract toReflectionType(Ljava/lang/Object;)Ljava/lang/Object;
.end method