final class com.google.protobuf.ListFieldSchema$ListFieldSchemaFull extends com.google.protobuf.ListFieldSchema
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.google.protobuf.ListFieldSchema$ListFieldSchemaFull
super_class: com.google.protobuf.ListFieldSchema
{
private static final java.lang.Class<?> UNMODIFIABLE_LIST_CLASS;
descriptor: Ljava/lang/Class;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
Signature: Ljava/lang/Class<*>;
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: invokestatic java.util.Collections.emptyList:()Ljava/util/List;
invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
1: putstatic com.google.protobuf.ListFieldSchema$ListFieldSchemaFull.UNMODIFIABLE_LIST_CLASS:Ljava/lang/Class;
2: return
LocalVariableTable:
Start End Slot Name Signature
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial com.google.protobuf.ListFieldSchema.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/ListFieldSchema$ListFieldSchemaFull;
<L> java.util.List<L> mutableListAt(, long);
descriptor: (Ljava/lang/Object;J)Ljava/util/List;
flags: (0x0000)
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 1
lload 2
bipush 10
invokestatic com.google.protobuf.ListFieldSchema$ListFieldSchemaFull.mutableListAt:(Ljava/lang/Object;JI)Ljava/util/List;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/ListFieldSchema$ListFieldSchemaFull;
0 1 1 message Ljava/lang/Object;
0 1 2 offset J
Signature: <L:Ljava/lang/Object;>(Ljava/lang/Object;J)Ljava/util/List<TL;>;
MethodParameters:
Name Flags
message
offset
void makeImmutableListAt(java.lang.Object, long);
descriptor: (Ljava/lang/Object;J)V
flags: (0x0000)
Code:
stack=4, locals=6, args_size=3
start local 0 start local 1 start local 2 0: aload 1
lload 2
invokestatic com.google.protobuf.UnsafeUtil.getObject:(Ljava/lang/Object;J)Ljava/lang/Object;
checkcast java.util.List
astore 4
start local 4 1: aconst_null
astore 5
start local 5 2: aload 4
instanceof com.google.protobuf.LazyStringList
ifeq 5
3: aload 4
checkcast com.google.protobuf.LazyStringList
invokeinterface com.google.protobuf.LazyStringList.getUnmodifiableView:()Lcom/google/protobuf/LazyStringList;
astore 5
4: goto 12
StackMap locals: java.util.List java.lang.Object
StackMap stack:
5: getstatic com.google.protobuf.ListFieldSchema$ListFieldSchemaFull.UNMODIFIABLE_LIST_CLASS:Ljava/lang/Class;
aload 4
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
ifeq 7
6: return
7: StackMap locals:
StackMap stack:
aload 4
instanceof com.google.protobuf.PrimitiveNonBoxingCollection
ifeq 11
aload 4
instanceof com.google.protobuf.Internal$ProtobufList
ifeq 11
8: aload 4
checkcast com.google.protobuf.Internal$ProtobufList
invokeinterface com.google.protobuf.Internal$ProtobufList.isModifiable:()Z
ifeq 10
9: aload 4
checkcast com.google.protobuf.Internal$ProtobufList
invokeinterface com.google.protobuf.Internal$ProtobufList.makeImmutable:()V
10: StackMap locals:
StackMap stack:
return
11: StackMap locals:
StackMap stack:
aload 4
invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
astore 5
12: StackMap locals:
StackMap stack:
aload 1
lload 2
aload 5
invokestatic com.google.protobuf.UnsafeUtil.putObject:(Ljava/lang/Object;JLjava/lang/Object;)V
13: return
end local 5 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lcom/google/protobuf/ListFieldSchema$ListFieldSchemaFull;
0 14 1 message Ljava/lang/Object;
0 14 2 offset J
1 14 4 list Ljava/util/List<*>;
2 14 5 immutable Ljava/lang/Object;
MethodParameters:
Name Flags
message
offset
private static <L> java.util.List<L> mutableListAt(, long, int);
descriptor: (Ljava/lang/Object;JI)Ljava/util/List;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=4, locals=6, args_size=3
start local 0 start local 1 start local 3 0: aload 0
lload 1
invokestatic com.google.protobuf.ListFieldSchema$ListFieldSchemaFull.getList:(Ljava/lang/Object;J)Ljava/util/List;
astore 4
start local 4 1: aload 4
invokeinterface java.util.List.isEmpty:()Z
ifeq 11
2: aload 4
instanceof com.google.protobuf.LazyStringList
ifeq 5
3: new com.google.protobuf.LazyStringArrayList
dup
iload 3
invokespecial com.google.protobuf.LazyStringArrayList.<init>:(I)V
astore 4
4: goto 9
StackMap locals: java.util.List
StackMap stack:
5: aload 4
instanceof com.google.protobuf.PrimitiveNonBoxingCollection
ifeq 8
aload 4
instanceof com.google.protobuf.Internal$ProtobufList
ifeq 8
6: aload 4
checkcast com.google.protobuf.Internal$ProtobufList
iload 3
invokeinterface com.google.protobuf.Internal$ProtobufList.mutableCopyWithCapacity:(I)Lcom/google/protobuf/Internal$ProtobufList;
astore 4
7: goto 9
8: StackMap locals:
StackMap stack:
new java.util.ArrayList
dup
iload 3
invokespecial java.util.ArrayList.<init>:(I)V
astore 4
9: StackMap locals:
StackMap stack:
aload 0
lload 1
aload 4
invokestatic com.google.protobuf.UnsafeUtil.putObject:(Ljava/lang/Object;JLjava/lang/Object;)V
10: goto 28
StackMap locals:
StackMap stack:
11: getstatic com.google.protobuf.ListFieldSchema$ListFieldSchemaFull.UNMODIFIABLE_LIST_CLASS:Ljava/lang/Class;
aload 4
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
ifeq 17
12: new java.util.ArrayList
dup
aload 4
invokeinterface java.util.List.size:()I
iload 3
iadd
invokespecial java.util.ArrayList.<init>:(I)V
astore 5
start local 5 13: aload 5
aload 4
invokevirtual java.util.ArrayList.addAll:(Ljava/util/Collection;)Z
pop
14: aload 5
astore 4
15: aload 0
lload 1
aload 4
invokestatic com.google.protobuf.UnsafeUtil.putObject:(Ljava/lang/Object;JLjava/lang/Object;)V
end local 5 16: goto 28
StackMap locals:
StackMap stack:
17: aload 4
instanceof com.google.protobuf.UnmodifiableLazyStringList
ifeq 23
18: new com.google.protobuf.LazyStringArrayList
dup
aload 4
invokeinterface java.util.List.size:()I
iload 3
iadd
invokespecial com.google.protobuf.LazyStringArrayList.<init>:(I)V
astore 5
start local 5 19: aload 5
aload 4
checkcast com.google.protobuf.UnmodifiableLazyStringList
invokevirtual com.google.protobuf.LazyStringArrayList.addAll:(Ljava/util/Collection;)Z
pop
20: aload 5
astore 4
21: aload 0
lload 1
aload 4
invokestatic com.google.protobuf.UnsafeUtil.putObject:(Ljava/lang/Object;JLjava/lang/Object;)V
end local 5 22: goto 28
StackMap locals:
StackMap stack:
23: aload 4
instanceof com.google.protobuf.PrimitiveNonBoxingCollection
ifeq 28
24: aload 4
instanceof com.google.protobuf.Internal$ProtobufList
ifeq 28
25: aload 4
checkcast com.google.protobuf.Internal$ProtobufList
invokeinterface com.google.protobuf.Internal$ProtobufList.isModifiable:()Z
ifne 28
26: aload 4
checkcast com.google.protobuf.Internal$ProtobufList
aload 4
invokeinterface java.util.List.size:()I
iload 3
iadd
invokeinterface com.google.protobuf.Internal$ProtobufList.mutableCopyWithCapacity:(I)Lcom/google/protobuf/Internal$ProtobufList;
astore 4
27: aload 0
lload 1
aload 4
invokestatic com.google.protobuf.UnsafeUtil.putObject:(Ljava/lang/Object;JLjava/lang/Object;)V
28: StackMap locals:
StackMap stack:
aload 4
areturn
end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 29 0 message Ljava/lang/Object;
0 29 1 offset J
0 29 3 additionalCapacity I
1 29 4 list Ljava/util/List<TL;>;
13 16 5 newList Ljava/util/ArrayList<TL;>;
19 22 5 newList Lcom/google/protobuf/LazyStringArrayList;
Signature: <L:Ljava/lang/Object;>(Ljava/lang/Object;JI)Ljava/util/List<TL;>;
MethodParameters:
Name Flags
message
offset
additionalCapacity
<E> void mergeListsAt(, , );
descriptor: (Ljava/lang/Object;Ljava/lang/Object;J)V
flags: (0x0000)
Code:
stack=4, locals=10, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 2
lload 3
invokestatic com.google.protobuf.ListFieldSchema$ListFieldSchemaFull.getList:(Ljava/lang/Object;J)Ljava/util/List;
astore 5
start local 5 1: aload 1
lload 3
aload 5
invokeinterface java.util.List.size:()I
invokestatic com.google.protobuf.ListFieldSchema$ListFieldSchemaFull.mutableListAt:(Ljava/lang/Object;JI)Ljava/util/List;
astore 6
start local 6 2: aload 6
invokeinterface java.util.List.size:()I
istore 7
start local 7 3: aload 5
invokeinterface java.util.List.size:()I
istore 8
start local 8 4: iload 7
ifle 6
iload 8
ifle 6
5: aload 6
aload 5
invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
pop
6: StackMap locals: com.google.protobuf.ListFieldSchema$ListFieldSchemaFull java.lang.Object java.lang.Object long java.util.List java.util.List int int
StackMap stack:
iload 7
ifle 7
aload 6
goto 8
StackMap locals:
StackMap stack:
7: aload 5
StackMap locals:
StackMap stack: java.util.List
8: astore 9
start local 9 9: aload 1
lload 3
aload 9
invokestatic com.google.protobuf.UnsafeUtil.putObject:(Ljava/lang/Object;JLjava/lang/Object;)V
10: return
end local 9 end local 8 end local 7 end local 6 end local 5 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lcom/google/protobuf/ListFieldSchema$ListFieldSchemaFull;
0 11 1 msg Ljava/lang/Object;
0 11 2 otherMsg Ljava/lang/Object;
0 11 3 offset J
1 11 5 other Ljava/util/List<TE;>;
2 11 6 mine Ljava/util/List<TE;>;
3 11 7 size I
4 11 8 otherSize I
9 11 9 merged Ljava/util/List<TE;>;
Signature: <E:Ljava/lang/Object;>(Ljava/lang/Object;Ljava/lang/Object;J)V
MethodParameters:
Name Flags
msg
otherMsg
offset
static <E> java.util.List<E> getList(, long);
descriptor: (Ljava/lang/Object;J)Ljava/util/List;
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
lload 1
invokestatic com.google.protobuf.UnsafeUtil.getObject:(Ljava/lang/Object;J)Ljava/lang/Object;
checkcast java.util.List
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 message Ljava/lang/Object;
0 1 1 offset J
Signature: <E:Ljava/lang/Object;>(Ljava/lang/Object;J)Ljava/util/List<TE;>;
MethodParameters:
Name Flags
message
offset
}
SourceFile: "ListFieldSchema.java"
NestHost: com.google.protobuf.ListFieldSchema
InnerClasses:
public abstract ProtobufList = com.google.protobuf.Internal$ProtobufList of com.google.protobuf.Internal
private final ListFieldSchemaFull = com.google.protobuf.ListFieldSchema$ListFieldSchemaFull of com.google.protobuf.ListFieldSchema