public final class com.google.protobuf.Descriptors$Descriptor extends com.google.protobuf.Descriptors$GenericDescriptor
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: com.google.protobuf.Descriptors$Descriptor
super_class: com.google.protobuf.Descriptors$GenericDescriptor
{
private final int index;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private com.google.protobuf.DescriptorProtos$DescriptorProto proto;
descriptor: Lcom/google/protobuf/DescriptorProtos$DescriptorProto;
flags: (0x0002) ACC_PRIVATE
private final java.lang.String fullName;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final com.google.protobuf.Descriptors$FileDescriptor file;
descriptor: Lcom/google/protobuf/Descriptors$FileDescriptor;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final com.google.protobuf.Descriptors$Descriptor containingType;
descriptor: Lcom/google/protobuf/Descriptors$Descriptor;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final com.google.protobuf.Descriptors$Descriptor[] nestedTypes;
descriptor: [Lcom/google/protobuf/Descriptors$Descriptor;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final com.google.protobuf.Descriptors$EnumDescriptor[] enumTypes;
descriptor: [Lcom/google/protobuf/Descriptors$EnumDescriptor;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final com.google.protobuf.Descriptors$FieldDescriptor[] fields;
descriptor: [Lcom/google/protobuf/Descriptors$FieldDescriptor;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final com.google.protobuf.Descriptors$FieldDescriptor[] extensions;
descriptor: [Lcom/google/protobuf/Descriptors$FieldDescriptor;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final com.google.protobuf.Descriptors$OneofDescriptor[] oneofs;
descriptor: [Lcom/google/protobuf/Descriptors$OneofDescriptor;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public int getIndex();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.Descriptors$Descriptor.index:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/Descriptors$Descriptor;
public com.google.protobuf.DescriptorProtos$DescriptorProto toProto();
descriptor: ()Lcom/google/protobuf/DescriptorProtos$DescriptorProto;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.Descriptors$Descriptor.proto:Lcom/google/protobuf/DescriptorProtos$DescriptorProto;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/Descriptors$Descriptor;
public java.lang.String getName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.Descriptors$Descriptor.proto:Lcom/google/protobuf/DescriptorProtos$DescriptorProto;
invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto.getName:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/Descriptors$Descriptor;
public java.lang.String getFullName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.Descriptors$Descriptor.fullName:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/Descriptors$Descriptor;
public com.google.protobuf.Descriptors$FileDescriptor getFile();
descriptor: ()Lcom/google/protobuf/Descriptors$FileDescriptor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.Descriptors$Descriptor.file:Lcom/google/protobuf/Descriptors$FileDescriptor;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/Descriptors$Descriptor;
public com.google.protobuf.Descriptors$Descriptor getContainingType();
descriptor: ()Lcom/google/protobuf/Descriptors$Descriptor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.Descriptors$Descriptor.containingType:Lcom/google/protobuf/Descriptors$Descriptor;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/Descriptors$Descriptor;
public com.google.protobuf.DescriptorProtos$MessageOptions getOptions();
descriptor: ()Lcom/google/protobuf/DescriptorProtos$MessageOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.Descriptors$Descriptor.proto:Lcom/google/protobuf/DescriptorProtos$DescriptorProto;
invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto.getOptions:()Lcom/google/protobuf/DescriptorProtos$MessageOptions;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/Descriptors$Descriptor;
public java.util.List<com.google.protobuf.Descriptors$FieldDescriptor> getFields();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.Descriptors$Descriptor.fields:[Lcom/google/protobuf/Descriptors$FieldDescriptor;
invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/Descriptors$Descriptor;
Signature: ()Ljava/util/List<Lcom/google/protobuf/Descriptors$FieldDescriptor;>;
public java.util.List<com.google.protobuf.Descriptors$OneofDescriptor> getOneofs();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.Descriptors$Descriptor.oneofs:[Lcom/google/protobuf/Descriptors$OneofDescriptor;
invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/Descriptors$Descriptor;
Signature: ()Ljava/util/List<Lcom/google/protobuf/Descriptors$OneofDescriptor;>;
public java.util.List<com.google.protobuf.Descriptors$FieldDescriptor> getExtensions();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.Descriptors$Descriptor.extensions:[Lcom/google/protobuf/Descriptors$FieldDescriptor;
invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/Descriptors$Descriptor;
Signature: ()Ljava/util/List<Lcom/google/protobuf/Descriptors$FieldDescriptor;>;
public java.util.List<com.google.protobuf.Descriptors$Descriptor> getNestedTypes();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.Descriptors$Descriptor.nestedTypes:[Lcom/google/protobuf/Descriptors$Descriptor;
invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/Descriptors$Descriptor;
Signature: ()Ljava/util/List<Lcom/google/protobuf/Descriptors$Descriptor;>;
public java.util.List<com.google.protobuf.Descriptors$EnumDescriptor> getEnumTypes();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.Descriptors$Descriptor.enumTypes:[Lcom/google/protobuf/Descriptors$EnumDescriptor;
invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/Descriptors$Descriptor;
Signature: ()Ljava/util/List<Lcom/google/protobuf/Descriptors$EnumDescriptor;>;
public boolean isExtensionNumber(int);
descriptor: (I)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.protobuf.Descriptors$Descriptor.proto:Lcom/google/protobuf/DescriptorProtos$DescriptorProto;
invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto.getExtensionRangeList:()Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 3
goto 4
StackMap locals: com.google.protobuf.Descriptors$Descriptor int top java.util.Iterator
StackMap stack:
1: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange
astore 2
start local 2 2: aload 2
invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange.getStart:()I
iload 1
if_icmpgt 4
iload 1
aload 2
invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange.getEnd:()I
if_icmpge 4
3: iconst_1
ireturn
end local 2 4: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
5: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/google/protobuf/Descriptors$Descriptor;
0 6 1 number I
2 4 2 range Lcom/google/protobuf/DescriptorProtos$DescriptorProto$ExtensionRange;
MethodParameters:
Name Flags
number final
public boolean isReservedNumber(int);
descriptor: (I)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.protobuf.Descriptors$Descriptor.proto:Lcom/google/protobuf/DescriptorProtos$DescriptorProto;
invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto.getReservedRangeList:()Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 3
goto 4
StackMap locals: com.google.protobuf.Descriptors$Descriptor int top java.util.Iterator
StackMap stack:
1: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange
astore 2
start local 2 2: aload 2
invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange.getStart:()I
iload 1
if_icmpgt 4
iload 1
aload 2
invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange.getEnd:()I
if_icmpge 4
3: iconst_1
ireturn
end local 2 4: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
5: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/google/protobuf/Descriptors$Descriptor;
0 6 1 number I
2 4 2 range Lcom/google/protobuf/DescriptorProtos$DescriptorProto$ReservedRange;
MethodParameters:
Name Flags
number final
public boolean isReservedName(java.lang.String);
descriptor: (Ljava/lang/String;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 1
invokestatic com.google.protobuf.Internal.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
pop
1: aload 0
getfield com.google.protobuf.Descriptors$Descriptor.proto:Lcom/google/protobuf/DescriptorProtos$DescriptorProto;
invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto.getReservedNameList:()Lcom/google/protobuf/ProtocolStringList;
invokeinterface com.google.protobuf.ProtocolStringList.iterator:()Ljava/util/Iterator;
astore 3
goto 5
StackMap locals: com.google.protobuf.Descriptors$Descriptor java.lang.String top java.util.Iterator
StackMap stack:
2: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.lang.String
astore 2
start local 2 3: aload 2
aload 1
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 5
4: iconst_1
ireturn
end local 2 5: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
6: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/google/protobuf/Descriptors$Descriptor;
0 7 1 name Ljava/lang/String;
3 5 2 reservedName Ljava/lang/String;
MethodParameters:
Name Flags
name final
public boolean isExtendable();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.Descriptors$Descriptor.proto:Lcom/google/protobuf/DescriptorProtos$DescriptorProto;
invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto.getExtensionRangeList:()Ljava/util/List;
invokeinterface java.util.List.size:()I
ifeq 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/protobuf/Descriptors$Descriptor;
public com.google.protobuf.Descriptors$FieldDescriptor findFieldByName(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/google/protobuf/Descriptors$FieldDescriptor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.protobuf.Descriptors$Descriptor.file:Lcom/google/protobuf/Descriptors$FileDescriptor;
getfield com.google.protobuf.Descriptors$FileDescriptor.pool:Lcom/google/protobuf/Descriptors$DescriptorPool;
new java.lang.StringBuilder
dup
aload 0
getfield com.google.protobuf.Descriptors$Descriptor.fullName:Ljava/lang/String;
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
bipush 46
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
aload 1
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual com.google.protobuf.Descriptors$DescriptorPool.findSymbol:(Ljava/lang/String;)Lcom/google/protobuf/Descriptors$GenericDescriptor;
astore 2
start local 2 1: aload 2
ifnull 3
aload 2
instanceof com.google.protobuf.Descriptors$FieldDescriptor
ifeq 3
2: aload 2
checkcast com.google.protobuf.Descriptors$FieldDescriptor
areturn
3: StackMap locals: com.google.protobuf.Descriptors$GenericDescriptor
StackMap stack:
aconst_null
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/google/protobuf/Descriptors$Descriptor;
0 4 1 name Ljava/lang/String;
1 4 2 result Lcom/google/protobuf/Descriptors$GenericDescriptor;
MethodParameters:
Name Flags
name final
public com.google.protobuf.Descriptors$FieldDescriptor findFieldByNumber(int);
descriptor: (I)Lcom/google/protobuf/Descriptors$FieldDescriptor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.protobuf.Descriptors$Descriptor.file:Lcom/google/protobuf/Descriptors$FileDescriptor;
getfield com.google.protobuf.Descriptors$FileDescriptor.pool:Lcom/google/protobuf/Descriptors$DescriptorPool;
getfield com.google.protobuf.Descriptors$DescriptorPool.fieldsByNumber:Ljava/util/Map;
new com.google.protobuf.Descriptors$DescriptorPool$DescriptorIntPair
dup
aload 0
iload 1
invokespecial com.google.protobuf.Descriptors$DescriptorPool$DescriptorIntPair.<init>:(Lcom/google/protobuf/Descriptors$GenericDescriptor;I)V
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast com.google.protobuf.Descriptors$FieldDescriptor
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/Descriptors$Descriptor;
0 1 1 number I
MethodParameters:
Name Flags
number final
public com.google.protobuf.Descriptors$Descriptor findNestedTypeByName(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/google/protobuf/Descriptors$Descriptor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.protobuf.Descriptors$Descriptor.file:Lcom/google/protobuf/Descriptors$FileDescriptor;
getfield com.google.protobuf.Descriptors$FileDescriptor.pool:Lcom/google/protobuf/Descriptors$DescriptorPool;
new java.lang.StringBuilder
dup
aload 0
getfield com.google.protobuf.Descriptors$Descriptor.fullName:Ljava/lang/String;
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
bipush 46
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
aload 1
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual com.google.protobuf.Descriptors$DescriptorPool.findSymbol:(Ljava/lang/String;)Lcom/google/protobuf/Descriptors$GenericDescriptor;
astore 2
start local 2 1: aload 2
ifnull 3
aload 2
instanceof com.google.protobuf.Descriptors$Descriptor
ifeq 3
2: aload 2
checkcast com.google.protobuf.Descriptors$Descriptor
areturn
3: StackMap locals: com.google.protobuf.Descriptors$GenericDescriptor
StackMap stack:
aconst_null
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/google/protobuf/Descriptors$Descriptor;
0 4 1 name Ljava/lang/String;
1 4 2 result Lcom/google/protobuf/Descriptors$GenericDescriptor;
MethodParameters:
Name Flags
name final
public com.google.protobuf.Descriptors$EnumDescriptor findEnumTypeByName(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/google/protobuf/Descriptors$EnumDescriptor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.protobuf.Descriptors$Descriptor.file:Lcom/google/protobuf/Descriptors$FileDescriptor;
getfield com.google.protobuf.Descriptors$FileDescriptor.pool:Lcom/google/protobuf/Descriptors$DescriptorPool;
new java.lang.StringBuilder
dup
aload 0
getfield com.google.protobuf.Descriptors$Descriptor.fullName:Ljava/lang/String;
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
bipush 46
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
aload 1
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual com.google.protobuf.Descriptors$DescriptorPool.findSymbol:(Ljava/lang/String;)Lcom/google/protobuf/Descriptors$GenericDescriptor;
astore 2
start local 2 1: aload 2
ifnull 3
aload 2
instanceof com.google.protobuf.Descriptors$EnumDescriptor
ifeq 3
2: aload 2
checkcast com.google.protobuf.Descriptors$EnumDescriptor
areturn
3: StackMap locals: com.google.protobuf.Descriptors$GenericDescriptor
StackMap stack:
aconst_null
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/google/protobuf/Descriptors$Descriptor;
0 4 1 name Ljava/lang/String;
1 4 2 result Lcom/google/protobuf/Descriptors$GenericDescriptor;
MethodParameters:
Name Flags
name final
void <init>(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0000)
Code:
stack=5, locals=5, args_size=2
start local 0 start local 1 0: aload 0
invokespecial com.google.protobuf.Descriptors$GenericDescriptor.<init>:()V
1: aload 1
astore 2
start local 2 2: ldc ""
astore 3
start local 3 3: aload 1
bipush 46
invokevirtual java.lang.String.lastIndexOf:(I)I
istore 4
start local 4 4: iload 4
iconst_m1
if_icmpeq 7
5: aload 1
iload 4
iconst_1
iadd
invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
astore 2
6: aload 1
iconst_0
iload 4
invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
astore 3
7: StackMap locals: com.google.protobuf.Descriptors$Descriptor java.lang.String java.lang.String java.lang.String int
StackMap stack:
aload 0
iconst_0
putfield com.google.protobuf.Descriptors$Descriptor.index:I
8: aload 0
9: invokestatic com.google.protobuf.DescriptorProtos$DescriptorProto.newBuilder:()Lcom/google/protobuf/DescriptorProtos$DescriptorProto$Builder;
10: aload 2
invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto$Builder.setName:(Ljava/lang/String;)Lcom/google/protobuf/DescriptorProtos$DescriptorProto$Builder;
11: invokestatic com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange.newBuilder:()Lcom/google/protobuf/DescriptorProtos$DescriptorProto$ExtensionRange$Builder;
iconst_1
invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder.setStart:(I)Lcom/google/protobuf/DescriptorProtos$DescriptorProto$ExtensionRange$Builder;
ldc 536870912
invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder.setEnd:(I)Lcom/google/protobuf/DescriptorProtos$DescriptorProto$ExtensionRange$Builder;
invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder.build:()Lcom/google/protobuf/DescriptorProtos$DescriptorProto$ExtensionRange;
12: invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto$Builder.addExtensionRange:(Lcom/google/protobuf/DescriptorProtos$DescriptorProto$ExtensionRange;)Lcom/google/protobuf/DescriptorProtos$DescriptorProto$Builder;
13: invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto$Builder.build:()Lcom/google/protobuf/DescriptorProtos$DescriptorProto;
14: putfield com.google.protobuf.Descriptors$Descriptor.proto:Lcom/google/protobuf/DescriptorProtos$DescriptorProto;
15: aload 0
aload 1
putfield com.google.protobuf.Descriptors$Descriptor.fullName:Ljava/lang/String;
16: aload 0
aconst_null
putfield com.google.protobuf.Descriptors$Descriptor.containingType:Lcom/google/protobuf/Descriptors$Descriptor;
17: aload 0
iconst_0
anewarray com.google.protobuf.Descriptors$Descriptor
putfield com.google.protobuf.Descriptors$Descriptor.nestedTypes:[Lcom/google/protobuf/Descriptors$Descriptor;
18: aload 0
iconst_0
anewarray com.google.protobuf.Descriptors$EnumDescriptor
putfield com.google.protobuf.Descriptors$Descriptor.enumTypes:[Lcom/google/protobuf/Descriptors$EnumDescriptor;
19: aload 0
iconst_0
anewarray com.google.protobuf.Descriptors$FieldDescriptor
putfield com.google.protobuf.Descriptors$Descriptor.fields:[Lcom/google/protobuf/Descriptors$FieldDescriptor;
20: aload 0
iconst_0
anewarray com.google.protobuf.Descriptors$FieldDescriptor
putfield com.google.protobuf.Descriptors$Descriptor.extensions:[Lcom/google/protobuf/Descriptors$FieldDescriptor;
21: aload 0
iconst_0
anewarray com.google.protobuf.Descriptors$OneofDescriptor
putfield com.google.protobuf.Descriptors$Descriptor.oneofs:[Lcom/google/protobuf/Descriptors$OneofDescriptor;
22: aload 0
new com.google.protobuf.Descriptors$FileDescriptor
dup
aload 3
aload 0
invokespecial com.google.protobuf.Descriptors$FileDescriptor.<init>:(Ljava/lang/String;Lcom/google/protobuf/Descriptors$Descriptor;)V
putfield com.google.protobuf.Descriptors$Descriptor.file:Lcom/google/protobuf/Descriptors$FileDescriptor;
23: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 24 0 this Lcom/google/protobuf/Descriptors$Descriptor;
0 24 1 fullname Ljava/lang/String;
2 24 2 name Ljava/lang/String;
3 24 3 packageName Ljava/lang/String;
4 24 4 pos I
Exceptions:
throws com.google.protobuf.Descriptors$DescriptorValidationException
MethodParameters:
Name Flags
fullname final
private void <init>(com.google.protobuf.DescriptorProtos$DescriptorProto, com.google.protobuf.Descriptors$FileDescriptor, com.google.protobuf.Descriptors$Descriptor, int);
descriptor: (Lcom/google/protobuf/DescriptorProtos$DescriptorProto;Lcom/google/protobuf/Descriptors$FileDescriptor;Lcom/google/protobuf/Descriptors$Descriptor;I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=9, locals=7, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokespecial com.google.protobuf.Descriptors$GenericDescriptor.<init>:()V
1: aload 0
iload 4
putfield com.google.protobuf.Descriptors$Descriptor.index:I
2: aload 0
aload 1
putfield com.google.protobuf.Descriptors$Descriptor.proto:Lcom/google/protobuf/DescriptorProtos$DescriptorProto;
3: aload 0
aload 2
aload 3
aload 1
invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto.getName:()Ljava/lang/String;
invokestatic com.google.protobuf.Descriptors.computeFullName:(Lcom/google/protobuf/Descriptors$FileDescriptor;Lcom/google/protobuf/Descriptors$Descriptor;Ljava/lang/String;)Ljava/lang/String;
putfield com.google.protobuf.Descriptors$Descriptor.fullName:Ljava/lang/String;
4: aload 0
aload 2
putfield com.google.protobuf.Descriptors$Descriptor.file:Lcom/google/protobuf/Descriptors$FileDescriptor;
5: aload 0
aload 3
putfield com.google.protobuf.Descriptors$Descriptor.containingType:Lcom/google/protobuf/Descriptors$Descriptor;
6: aload 0
aload 1
invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto.getOneofDeclCount:()I
anewarray com.google.protobuf.Descriptors$OneofDescriptor
putfield com.google.protobuf.Descriptors$Descriptor.oneofs:[Lcom/google/protobuf/Descriptors$OneofDescriptor;
7: iconst_0
istore 5
start local 5 8: goto 11
9: StackMap locals: com.google.protobuf.Descriptors$Descriptor com.google.protobuf.DescriptorProtos$DescriptorProto com.google.protobuf.Descriptors$FileDescriptor com.google.protobuf.Descriptors$Descriptor int int
StackMap stack:
aload 0
getfield com.google.protobuf.Descriptors$Descriptor.oneofs:[Lcom/google/protobuf/Descriptors$OneofDescriptor;
iload 5
new com.google.protobuf.Descriptors$OneofDescriptor
dup
aload 1
iload 5
invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto.getOneofDecl:(I)Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;
aload 2
aload 0
iload 5
invokespecial com.google.protobuf.Descriptors$OneofDescriptor.<init>:(Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;Lcom/google/protobuf/Descriptors$FileDescriptor;Lcom/google/protobuf/Descriptors$Descriptor;I)V
aastore
10: iinc 5 1
StackMap locals:
StackMap stack:
11: iload 5
aload 1
invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto.getOneofDeclCount:()I
if_icmplt 9
end local 5 12: aload 0
aload 1
invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto.getNestedTypeCount:()I
anewarray com.google.protobuf.Descriptors$Descriptor
putfield com.google.protobuf.Descriptors$Descriptor.nestedTypes:[Lcom/google/protobuf/Descriptors$Descriptor;
13: iconst_0
istore 5
start local 5 14: goto 17
15: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.Descriptors$Descriptor.nestedTypes:[Lcom/google/protobuf/Descriptors$Descriptor;
iload 5
new com.google.protobuf.Descriptors$Descriptor
dup
aload 1
iload 5
invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto.getNestedType:(I)Lcom/google/protobuf/DescriptorProtos$DescriptorProto;
aload 2
aload 0
iload 5
invokespecial com.google.protobuf.Descriptors$Descriptor.<init>:(Lcom/google/protobuf/DescriptorProtos$DescriptorProto;Lcom/google/protobuf/Descriptors$FileDescriptor;Lcom/google/protobuf/Descriptors$Descriptor;I)V
aastore
16: iinc 5 1
StackMap locals:
StackMap stack:
17: iload 5
aload 1
invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto.getNestedTypeCount:()I
if_icmplt 15
end local 5 18: aload 0
aload 1
invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto.getEnumTypeCount:()I
anewarray com.google.protobuf.Descriptors$EnumDescriptor
putfield com.google.protobuf.Descriptors$Descriptor.enumTypes:[Lcom/google/protobuf/Descriptors$EnumDescriptor;
19: iconst_0
istore 5
start local 5 20: goto 23
21: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.Descriptors$Descriptor.enumTypes:[Lcom/google/protobuf/Descriptors$EnumDescriptor;
iload 5
new com.google.protobuf.Descriptors$EnumDescriptor
dup
aload 1
iload 5
invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto.getEnumType:(I)Lcom/google/protobuf/DescriptorProtos$EnumDescriptorProto;
aload 2
aload 0
iload 5
invokespecial com.google.protobuf.Descriptors$EnumDescriptor.<init>:(Lcom/google/protobuf/DescriptorProtos$EnumDescriptorProto;Lcom/google/protobuf/Descriptors$FileDescriptor;Lcom/google/protobuf/Descriptors$Descriptor;I)V
aastore
22: iinc 5 1
StackMap locals:
StackMap stack:
23: iload 5
aload 1
invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto.getEnumTypeCount:()I
if_icmplt 21
end local 5 24: aload 0
aload 1
invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto.getFieldCount:()I
anewarray com.google.protobuf.Descriptors$FieldDescriptor
putfield com.google.protobuf.Descriptors$Descriptor.fields:[Lcom/google/protobuf/Descriptors$FieldDescriptor;
25: iconst_0
istore 5
start local 5 26: goto 29
27: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.Descriptors$Descriptor.fields:[Lcom/google/protobuf/Descriptors$FieldDescriptor;
iload 5
new com.google.protobuf.Descriptors$FieldDescriptor
dup
aload 1
iload 5
invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto.getField:(I)Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto;
aload 2
aload 0
iload 5
iconst_0
invokespecial com.google.protobuf.Descriptors$FieldDescriptor.<init>:(Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto;Lcom/google/protobuf/Descriptors$FileDescriptor;Lcom/google/protobuf/Descriptors$Descriptor;IZ)V
aastore
28: iinc 5 1
StackMap locals:
StackMap stack:
29: iload 5
aload 1
invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto.getFieldCount:()I
if_icmplt 27
end local 5 30: aload 0
aload 1
invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto.getExtensionCount:()I
anewarray com.google.protobuf.Descriptors$FieldDescriptor
putfield com.google.protobuf.Descriptors$Descriptor.extensions:[Lcom/google/protobuf/Descriptors$FieldDescriptor;
31: iconst_0
istore 5
start local 5 32: goto 35
33: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.Descriptors$Descriptor.extensions:[Lcom/google/protobuf/Descriptors$FieldDescriptor;
iload 5
new com.google.protobuf.Descriptors$FieldDescriptor
dup
aload 1
iload 5
invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto.getExtension:(I)Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto;
aload 2
aload 0
iload 5
iconst_1
invokespecial com.google.protobuf.Descriptors$FieldDescriptor.<init>:(Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto;Lcom/google/protobuf/Descriptors$FileDescriptor;Lcom/google/protobuf/Descriptors$Descriptor;IZ)V
aastore
34: iinc 5 1
StackMap locals:
StackMap stack:
35: iload 5
aload 1
invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto.getExtensionCount:()I
if_icmplt 33
end local 5 36: iconst_0
istore 5
start local 5 37: goto 41
38: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.Descriptors$Descriptor.oneofs:[Lcom/google/protobuf/Descriptors$OneofDescriptor;
iload 5
aaload
aload 0
getfield com.google.protobuf.Descriptors$Descriptor.oneofs:[Lcom/google/protobuf/Descriptors$OneofDescriptor;
iload 5
aaload
invokevirtual com.google.protobuf.Descriptors$OneofDescriptor.getFieldCount:()I
anewarray com.google.protobuf.Descriptors$FieldDescriptor
putfield com.google.protobuf.Descriptors$OneofDescriptor.fields:[Lcom/google/protobuf/Descriptors$FieldDescriptor;
39: aload 0
getfield com.google.protobuf.Descriptors$Descriptor.oneofs:[Lcom/google/protobuf/Descriptors$OneofDescriptor;
iload 5
aaload
iconst_0
putfield com.google.protobuf.Descriptors$OneofDescriptor.fieldCount:I
40: iinc 5 1
StackMap locals:
StackMap stack:
41: iload 5
aload 1
invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto.getOneofDeclCount:()I
if_icmplt 38
end local 5 42: iconst_0
istore 5
start local 5 43: goto 48
44: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.Descriptors$Descriptor.fields:[Lcom/google/protobuf/Descriptors$FieldDescriptor;
iload 5
aaload
invokevirtual com.google.protobuf.Descriptors$FieldDescriptor.getContainingOneof:()Lcom/google/protobuf/Descriptors$OneofDescriptor;
astore 6
start local 6 45: aload 6
ifnull 47
46: aload 6
getfield com.google.protobuf.Descriptors$OneofDescriptor.fields:[Lcom/google/protobuf/Descriptors$FieldDescriptor;
aload 6
dup
getfield com.google.protobuf.Descriptors$OneofDescriptor.fieldCount:I
dup_x1
iconst_1
iadd
putfield com.google.protobuf.Descriptors$OneofDescriptor.fieldCount:I
aload 0
getfield com.google.protobuf.Descriptors$Descriptor.fields:[Lcom/google/protobuf/Descriptors$FieldDescriptor;
iload 5
aaload
aastore
end local 6 47: StackMap locals:
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
48: iload 5
aload 1
invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto.getFieldCount:()I
if_icmplt 44
end local 5 49: aload 2
getfield com.google.protobuf.Descriptors$FileDescriptor.pool:Lcom/google/protobuf/Descriptors$DescriptorPool;
aload 0
invokevirtual com.google.protobuf.Descriptors$DescriptorPool.addSymbol:(Lcom/google/protobuf/Descriptors$GenericDescriptor;)V
50: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 51 0 this Lcom/google/protobuf/Descriptors$Descriptor;
0 51 1 proto Lcom/google/protobuf/DescriptorProtos$DescriptorProto;
0 51 2 file Lcom/google/protobuf/Descriptors$FileDescriptor;
0 51 3 parent Lcom/google/protobuf/Descriptors$Descriptor;
0 51 4 index I
8 12 5 i I
14 18 5 i I
20 24 5 i I
26 30 5 i I
32 36 5 i I
37 42 5 i I
43 49 5 i I
45 47 6 oneofDescriptor Lcom/google/protobuf/Descriptors$OneofDescriptor;
Exceptions:
throws com.google.protobuf.Descriptors$DescriptorValidationException
MethodParameters:
Name Flags
proto final
file final
parent final
index final
private void crossLink();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=5, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.Descriptors$Descriptor.nestedTypes:[Lcom/google/protobuf/Descriptors$Descriptor;
dup
astore 4
arraylength
istore 3
iconst_0
istore 2
goto 4
StackMap locals: com.google.protobuf.Descriptors$Descriptor top int int com.google.protobuf.Descriptors$Descriptor[]
StackMap stack:
1: aload 4
iload 2
aaload
astore 1
start local 1 2: aload 1
invokevirtual com.google.protobuf.Descriptors$Descriptor.crossLink:()V
end local 1 3: iinc 2 1
StackMap locals:
StackMap stack:
4: iload 2
iload 3
if_icmplt 1
5: aload 0
getfield com.google.protobuf.Descriptors$Descriptor.fields:[Lcom/google/protobuf/Descriptors$FieldDescriptor;
dup
astore 4
arraylength
istore 3
iconst_0
istore 2
goto 9
StackMap locals: com.google.protobuf.Descriptors$Descriptor top int int com.google.protobuf.Descriptors$FieldDescriptor[]
StackMap stack:
6: aload 4
iload 2
aaload
astore 1
start local 1 7: aload 1
invokevirtual com.google.protobuf.Descriptors$FieldDescriptor.crossLink:()V
end local 1 8: iinc 2 1
StackMap locals:
StackMap stack:
9: iload 2
iload 3
if_icmplt 6
10: aload 0
getfield com.google.protobuf.Descriptors$Descriptor.extensions:[Lcom/google/protobuf/Descriptors$FieldDescriptor;
dup
astore 4
arraylength
istore 3
iconst_0
istore 2
goto 14
StackMap locals:
StackMap stack:
11: aload 4
iload 2
aaload
astore 1
start local 1 12: aload 1
invokevirtual com.google.protobuf.Descriptors$FieldDescriptor.crossLink:()V
end local 1 13: iinc 2 1
StackMap locals:
StackMap stack:
14: iload 2
iload 3
if_icmplt 11
15: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lcom/google/protobuf/Descriptors$Descriptor;
2 3 1 nestedType Lcom/google/protobuf/Descriptors$Descriptor;
7 8 1 field Lcom/google/protobuf/Descriptors$FieldDescriptor;
12 13 1 extension Lcom/google/protobuf/Descriptors$FieldDescriptor;
Exceptions:
throws com.google.protobuf.Descriptors$DescriptorValidationException
private void setProto(com.google.protobuf.DescriptorProtos$DescriptorProto);
descriptor: (Lcom/google/protobuf/DescriptorProtos$DescriptorProto;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.google.protobuf.Descriptors$Descriptor.proto:Lcom/google/protobuf/DescriptorProtos$DescriptorProto;
1: iconst_0
istore 2
start local 2 2: goto 5
3: StackMap locals: int
StackMap stack:
aload 0
getfield com.google.protobuf.Descriptors$Descriptor.nestedTypes:[Lcom/google/protobuf/Descriptors$Descriptor;
iload 2
aaload
aload 1
iload 2
invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto.getNestedType:(I)Lcom/google/protobuf/DescriptorProtos$DescriptorProto;
invokevirtual com.google.protobuf.Descriptors$Descriptor.setProto:(Lcom/google/protobuf/DescriptorProtos$DescriptorProto;)V
4: iinc 2 1
StackMap locals:
StackMap stack:
5: iload 2
aload 0
getfield com.google.protobuf.Descriptors$Descriptor.nestedTypes:[Lcom/google/protobuf/Descriptors$Descriptor;
arraylength
if_icmplt 3
end local 2 6: iconst_0
istore 2
start local 2 7: goto 10
8: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.Descriptors$Descriptor.oneofs:[Lcom/google/protobuf/Descriptors$OneofDescriptor;
iload 2
aaload
aload 1
iload 2
invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto.getOneofDecl:(I)Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;
invokevirtual com.google.protobuf.Descriptors$OneofDescriptor.setProto:(Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;)V
9: iinc 2 1
StackMap locals:
StackMap stack:
10: iload 2
aload 0
getfield com.google.protobuf.Descriptors$Descriptor.oneofs:[Lcom/google/protobuf/Descriptors$OneofDescriptor;
arraylength
if_icmplt 8
end local 2 11: iconst_0
istore 2
start local 2 12: goto 15
13: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.Descriptors$Descriptor.enumTypes:[Lcom/google/protobuf/Descriptors$EnumDescriptor;
iload 2
aaload
aload 1
iload 2
invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto.getEnumType:(I)Lcom/google/protobuf/DescriptorProtos$EnumDescriptorProto;
invokevirtual com.google.protobuf.Descriptors$EnumDescriptor.setProto:(Lcom/google/protobuf/DescriptorProtos$EnumDescriptorProto;)V
14: iinc 2 1
StackMap locals:
StackMap stack:
15: iload 2
aload 0
getfield com.google.protobuf.Descriptors$Descriptor.enumTypes:[Lcom/google/protobuf/Descriptors$EnumDescriptor;
arraylength
if_icmplt 13
end local 2 16: iconst_0
istore 2
start local 2 17: goto 20
18: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.Descriptors$Descriptor.fields:[Lcom/google/protobuf/Descriptors$FieldDescriptor;
iload 2
aaload
aload 1
iload 2
invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto.getField:(I)Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto;
invokevirtual com.google.protobuf.Descriptors$FieldDescriptor.setProto:(Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto;)V
19: iinc 2 1
StackMap locals:
StackMap stack:
20: iload 2
aload 0
getfield com.google.protobuf.Descriptors$Descriptor.fields:[Lcom/google/protobuf/Descriptors$FieldDescriptor;
arraylength
if_icmplt 18
end local 2 21: iconst_0
istore 2
start local 2 22: goto 25
23: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.Descriptors$Descriptor.extensions:[Lcom/google/protobuf/Descriptors$FieldDescriptor;
iload 2
aaload
aload 1
iload 2
invokevirtual com.google.protobuf.DescriptorProtos$DescriptorProto.getExtension:(I)Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto;
invokevirtual com.google.protobuf.Descriptors$FieldDescriptor.setProto:(Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto;)V
24: iinc 2 1
StackMap locals:
StackMap stack:
25: iload 2
aload 0
getfield com.google.protobuf.Descriptors$Descriptor.extensions:[Lcom/google/protobuf/Descriptors$FieldDescriptor;
arraylength
if_icmplt 23
end local 2 26: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 27 0 this Lcom/google/protobuf/Descriptors$Descriptor;
0 27 1 proto Lcom/google/protobuf/DescriptorProtos$DescriptorProto;
2 6 2 i I
7 11 2 i I
12 16 2 i I
17 21 2 i I
22 26 2 i I
MethodParameters:
Name Flags
proto final
public com.google.protobuf.Message toProto();
descriptor: ()Lcom/google/protobuf/Message;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.google.protobuf.Descriptors$Descriptor.toProto:()Lcom/google/protobuf/DescriptorProtos$DescriptorProto;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "Descriptors.java"
NestHost: com.google.protobuf.Descriptors
InnerClasses:
public final DescriptorProto = com.google.protobuf.DescriptorProtos$DescriptorProto of com.google.protobuf.DescriptorProtos
public final Builder = com.google.protobuf.DescriptorProtos$DescriptorProto$Builder of com.google.protobuf.DescriptorProtos$DescriptorProto
public final ExtensionRange = com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange of com.google.protobuf.DescriptorProtos$DescriptorProto
public final Builder = com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder of com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange
public final ReservedRange = com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange of com.google.protobuf.DescriptorProtos$DescriptorProto
public final EnumDescriptorProto = com.google.protobuf.DescriptorProtos$EnumDescriptorProto of com.google.protobuf.DescriptorProtos
public final FieldDescriptorProto = com.google.protobuf.DescriptorProtos$FieldDescriptorProto of com.google.protobuf.DescriptorProtos
public final MessageOptions = com.google.protobuf.DescriptorProtos$MessageOptions of com.google.protobuf.DescriptorProtos
public final OneofDescriptorProto = com.google.protobuf.DescriptorProtos$OneofDescriptorProto of com.google.protobuf.DescriptorProtos
public final Descriptor = com.google.protobuf.Descriptors$Descriptor of com.google.protobuf.Descriptors
private final DescriptorPool = com.google.protobuf.Descriptors$DescriptorPool of com.google.protobuf.Descriptors
private final DescriptorIntPair = com.google.protobuf.Descriptors$DescriptorPool$DescriptorIntPair of com.google.protobuf.Descriptors$DescriptorPool
public DescriptorValidationException = com.google.protobuf.Descriptors$DescriptorValidationException of com.google.protobuf.Descriptors
public final EnumDescriptor = com.google.protobuf.Descriptors$EnumDescriptor of com.google.protobuf.Descriptors
public final FieldDescriptor = com.google.protobuf.Descriptors$FieldDescriptor of com.google.protobuf.Descriptors
public final FileDescriptor = com.google.protobuf.Descriptors$FileDescriptor of com.google.protobuf.Descriptors
public abstract GenericDescriptor = com.google.protobuf.Descriptors$GenericDescriptor of com.google.protobuf.Descriptors
public final OneofDescriptor = com.google.protobuf.Descriptors$OneofDescriptor of com.google.protobuf.Descriptors