final class com.google.protobuf.FieldType$Collection extends java.lang.Enum<com.google.protobuf.FieldType$Collection>
minor version: 0
major version: 59
flags: flags: (0x4030) ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
this_class: com.google.protobuf.FieldType$Collection
super_class: java.lang.Enum
{
public static final com.google.protobuf.FieldType$Collection SCALAR;
descriptor: Lcom/google/protobuf/FieldType$Collection;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.google.protobuf.FieldType$Collection VECTOR;
descriptor: Lcom/google/protobuf/FieldType$Collection;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.google.protobuf.FieldType$Collection PACKED_VECTOR;
descriptor: Lcom/google/protobuf/FieldType$Collection;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.google.protobuf.FieldType$Collection MAP;
descriptor: Lcom/google/protobuf/FieldType$Collection;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
private final boolean isList;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private static final com.google.protobuf.FieldType$Collection[] ENUM$VALUES;
descriptor: [Lcom/google/protobuf/FieldType$Collection;
flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=5, locals=0, args_size=0
0: new com.google.protobuf.FieldType$Collection
dup
ldc "SCALAR"
iconst_0
iconst_0
invokespecial com.google.protobuf.FieldType$Collection.<init>:(Ljava/lang/String;IZ)V
putstatic com.google.protobuf.FieldType$Collection.SCALAR:Lcom/google/protobuf/FieldType$Collection;
1: new com.google.protobuf.FieldType$Collection
dup
ldc "VECTOR"
iconst_1
iconst_1
invokespecial com.google.protobuf.FieldType$Collection.<init>:(Ljava/lang/String;IZ)V
putstatic com.google.protobuf.FieldType$Collection.VECTOR:Lcom/google/protobuf/FieldType$Collection;
2: new com.google.protobuf.FieldType$Collection
dup
ldc "PACKED_VECTOR"
iconst_2
iconst_1
invokespecial com.google.protobuf.FieldType$Collection.<init>:(Ljava/lang/String;IZ)V
putstatic com.google.protobuf.FieldType$Collection.PACKED_VECTOR:Lcom/google/protobuf/FieldType$Collection;
3: new com.google.protobuf.FieldType$Collection
dup
ldc "MAP"
iconst_3
iconst_0
invokespecial com.google.protobuf.FieldType$Collection.<init>:(Ljava/lang/String;IZ)V
putstatic com.google.protobuf.FieldType$Collection.MAP:Lcom/google/protobuf/FieldType$Collection;
4: iconst_4
anewarray com.google.protobuf.FieldType$Collection
dup
iconst_0
getstatic com.google.protobuf.FieldType$Collection.SCALAR:Lcom/google/protobuf/FieldType$Collection;
aastore
dup
iconst_1
getstatic com.google.protobuf.FieldType$Collection.VECTOR:Lcom/google/protobuf/FieldType$Collection;
aastore
dup
iconst_2
getstatic com.google.protobuf.FieldType$Collection.PACKED_VECTOR:Lcom/google/protobuf/FieldType$Collection;
aastore
dup
iconst_3
getstatic com.google.protobuf.FieldType$Collection.MAP:Lcom/google/protobuf/FieldType$Collection;
aastore
putstatic com.google.protobuf.FieldType$Collection.ENUM$VALUES:[Lcom/google/protobuf/FieldType$Collection;
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>(java.lang.String, int, boolean);
descriptor: (Ljava/lang/String;IZ)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=4, args_size=4
start local 0 start local 3 0: aload 0
aload 1
iload 2
invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
1: aload 0
iload 3
putfield com.google.protobuf.FieldType$Collection.isList:Z
2: return
end local 3 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/FieldType$Collection;
0 3 3 isList Z
MethodParameters:
Name Flags
$enum$name
$enum$ordinal
isList
public boolean isList();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.FieldType$Collection.isList:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/FieldType$Collection;
public static com.google.protobuf.FieldType$Collection[] values();
descriptor: ()[Lcom/google/protobuf/FieldType$Collection;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=3, args_size=0
0: getstatic com.google.protobuf.FieldType$Collection.ENUM$VALUES:[Lcom/google/protobuf/FieldType$Collection;
dup
astore 0
iconst_0
aload 0
arraylength
dup
istore 1
anewarray com.google.protobuf.FieldType$Collection
dup
astore 2
iconst_0
iload 1
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
aload 2
areturn
LocalVariableTable:
Start End Slot Name Signature
public static com.google.protobuf.FieldType$Collection valueOf(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/google/protobuf/FieldType$Collection;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
0: ldc Lcom/google/protobuf/FieldType$Collection;
aload 0
invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
checkcast com.google.protobuf.FieldType$Collection
areturn
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
name
}
Signature: Ljava/lang/Enum<Lcom/google/protobuf/FieldType$Collection;>;
SourceFile: "FieldType.java"
NestHost: com.google.protobuf.FieldType
InnerClasses:
final Collection = com.google.protobuf.FieldType$Collection of com.google.protobuf.FieldType