final class com.google.protobuf.ExtensionSchemas
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.google.protobuf.ExtensionSchemas
super_class: java.lang.Object
{
private static final com.google.protobuf.ExtensionSchema<?> LITE_SCHEMA;
descriptor: Lcom/google/protobuf/ExtensionSchema;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
Signature: Lcom/google/protobuf/ExtensionSchema<*>;
private static final com.google.protobuf.ExtensionSchema<?> FULL_SCHEMA;
descriptor: Lcom/google/protobuf/ExtensionSchema;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
Signature: Lcom/google/protobuf/ExtensionSchema<*>;
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new com.google.protobuf.ExtensionSchemaLite
dup
invokespecial com.google.protobuf.ExtensionSchemaLite.<init>:()V
putstatic com.google.protobuf.ExtensionSchemas.LITE_SCHEMA:Lcom/google/protobuf/ExtensionSchema;
1: invokestatic com.google.protobuf.ExtensionSchemas.loadSchemaForFullRuntime:()Lcom/google/protobuf/ExtensionSchema;
putstatic com.google.protobuf.ExtensionSchemas.FULL_SCHEMA:Lcom/google/protobuf/ExtensionSchema;
return
LocalVariableTable:
Start End Slot Name Signature
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/ExtensionSchemas;
private static com.google.protobuf.ExtensionSchema<?> loadSchemaForFullRuntime();
descriptor: ()Lcom/google/protobuf/ExtensionSchema;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=1, args_size=0
0: ldc "com.google.protobuf.ExtensionSchemaFull"
invokestatic java.lang.Class.forName:(Ljava/lang/String;)Ljava/lang/Class;
astore 0
start local 0 1: aload 0
iconst_0
anewarray java.lang.Class
invokevirtual java.lang.Class.getDeclaredConstructor:([Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
iconst_0
anewarray java.lang.Object
invokevirtual java.lang.reflect.Constructor.newInstance:([Ljava/lang/Object;)Ljava/lang/Object;
checkcast com.google.protobuf.ExtensionSchema
2: areturn
end local 0 3: StackMap locals:
StackMap stack: java.lang.Exception
pop
4: aconst_null
areturn
LocalVariableTable:
Start End Slot Name Signature
1 3 0 clazz Ljava/lang/Class<*>;
Exception table:
from to target type
0 2 3 Class java.lang.Exception
Signature: ()Lcom/google/protobuf/ExtensionSchema<*>;
static com.google.protobuf.ExtensionSchema<?> lite();
descriptor: ()Lcom/google/protobuf/ExtensionSchema;
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic com.google.protobuf.ExtensionSchemas.LITE_SCHEMA:Lcom/google/protobuf/ExtensionSchema;
areturn
LocalVariableTable:
Start End Slot Name Signature
Signature: ()Lcom/google/protobuf/ExtensionSchema<*>;
static com.google.protobuf.ExtensionSchema<?> full();
descriptor: ()Lcom/google/protobuf/ExtensionSchema;
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: getstatic com.google.protobuf.ExtensionSchemas.FULL_SCHEMA:Lcom/google/protobuf/ExtensionSchema;
ifnonnull 2
1: new java.lang.IllegalStateException
dup
ldc "Protobuf runtime is not correctly loaded."
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
getstatic com.google.protobuf.ExtensionSchemas.FULL_SCHEMA:Lcom/google/protobuf/ExtensionSchema;
areturn
LocalVariableTable:
Start End Slot Name Signature
Signature: ()Lcom/google/protobuf/ExtensionSchema<*>;
}
SourceFile: "ExtensionSchemas.java"