40 lines
872 B
Smali
40 lines
872 B
Smali
.class public abstract Lcom/google/protobuf/Descriptors$GenericDescriptor;
|
|
.super Ljava/lang/Object;
|
|
.source "Descriptors.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/google/protobuf/Descriptors;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x409
|
|
name = "GenericDescriptor"
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract getFile()Lcom/google/protobuf/Descriptors$FileDescriptor;
|
|
.end method
|
|
|
|
.method public abstract getFullName()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getName()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract toProto()Lcom/google/protobuf/Message;
|
|
.end method
|