public abstract class com.google.protobuf.ExtensionLite<ContainingType extends com.google.protobuf.MessageLite, Type>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.google.protobuf.ExtensionLite
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.ExtensionLite this
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.google.protobuf.ExtensionLite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/ExtensionLite<TContainingType;TType;>;

  public abstract int getNumber();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.google.protobuf.WireFormat$FieldType getLiteType();
    descriptor: ()Lcom/google/protobuf/WireFormat$FieldType;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isRepeated();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract Type getDefaultValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TType;

  public abstract com.google.protobuf.MessageLite getMessageDefaultInstance();
    descriptor: ()Lcom/google/protobuf/MessageLite;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  boolean isLite();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.ExtensionLite this
         0: .line 58
            iconst_1
            ireturn
        end local 0 // com.google.protobuf.ExtensionLite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/ExtensionLite<TContainingType;TType;>;
}
Signature: <ContainingType::Lcom/google/protobuf/MessageLite;Type:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "ExtensionLite.java"
InnerClasses:
  public FieldType = com.google.protobuf.WireFormat$FieldType of com.google.protobuf.WireFormat