final class com.google.protobuf.NewInstanceSchemas
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.google.protobuf.NewInstanceSchemas
super_class: java.lang.Object
{
private static final com.google.protobuf.NewInstanceSchema FULL_SCHEMA;
descriptor: Lcom/google/protobuf/NewInstanceSchema;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final com.google.protobuf.NewInstanceSchema LITE_SCHEMA;
descriptor: Lcom/google/protobuf/NewInstanceSchema;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: invokestatic com.google.protobuf.NewInstanceSchemas.loadSchemaForFullRuntime:()Lcom/google/protobuf/NewInstanceSchema;
putstatic com.google.protobuf.NewInstanceSchemas.FULL_SCHEMA:Lcom/google/protobuf/NewInstanceSchema;
1: new com.google.protobuf.NewInstanceSchemaLite
dup
invokespecial com.google.protobuf.NewInstanceSchemaLite.<init>:()V
putstatic com.google.protobuf.NewInstanceSchemas.LITE_SCHEMA:Lcom/google/protobuf/NewInstanceSchema;
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/NewInstanceSchemas;
static com.google.protobuf.NewInstanceSchema full();
descriptor: ()Lcom/google/protobuf/NewInstanceSchema;
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic com.google.protobuf.NewInstanceSchemas.FULL_SCHEMA:Lcom/google/protobuf/NewInstanceSchema;
areturn
LocalVariableTable:
Start End Slot Name Signature
static com.google.protobuf.NewInstanceSchema lite();
descriptor: ()Lcom/google/protobuf/NewInstanceSchema;
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic com.google.protobuf.NewInstanceSchemas.LITE_SCHEMA:Lcom/google/protobuf/NewInstanceSchema;
areturn
LocalVariableTable:
Start End Slot Name Signature
private static com.google.protobuf.NewInstanceSchema loadSchemaForFullRuntime();
descriptor: ()Lcom/google/protobuf/NewInstanceSchema;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=1, args_size=0
0: ldc "com.google.protobuf.NewInstanceSchemaFull"
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.NewInstanceSchema
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
}
SourceFile: "NewInstanceSchemas.java"