public class com.google.protobuf.LazyField extends com.google.protobuf.LazyFieldLite
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.google.protobuf.LazyField
  super_class: com.google.protobuf.LazyFieldLite
{
  private final com.google.protobuf.MessageLite defaultInstance;
    descriptor: Lcom/google/protobuf/MessageLite;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(com.google.protobuf.MessageLite, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.ByteString);
    descriptor: (Lcom/google/protobuf/MessageLite;Lcom/google/protobuf/ExtensionRegistryLite;Lcom/google/protobuf/ByteString;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.google.protobuf.LazyField this
        start local 1 // com.google.protobuf.MessageLite defaultInstance
        start local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        start local 3 // com.google.protobuf.ByteString bytes
         0: .line 56
            aload 0 /* this */
            aload 2 /* extensionRegistry */
            aload 3 /* bytes */
            invokespecial com.google.protobuf.LazyFieldLite.<init>:(Lcom/google/protobuf/ExtensionRegistryLite;Lcom/google/protobuf/ByteString;)V
         1: .line 58
            aload 0 /* this */
            aload 1 /* defaultInstance */
            putfield com.google.protobuf.LazyField.defaultInstance:Lcom/google/protobuf/MessageLite;
         2: .line 59
            return
        end local 3 // com.google.protobuf.ByteString bytes
        end local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 1 // com.google.protobuf.MessageLite defaultInstance
        end local 0 // com.google.protobuf.LazyField this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/google/protobuf/LazyField;
            0    3     1    defaultInstance  Lcom/google/protobuf/MessageLite;
            0    3     2  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
            0    3     3              bytes  Lcom/google/protobuf/ByteString;
    MethodParameters:
                   Name  Flags
      defaultInstance    
      extensionRegistry  
      bytes              

  public boolean containsDefaultInstance();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.LazyField this
         0: .line 63
            aload 0 /* this */
            invokespecial com.google.protobuf.LazyFieldLite.containsDefaultInstance:()Z
            ifne 1
            aload 0 /* this */
            getfield com.google.protobuf.LazyField.value:Lcom/google/protobuf/MessageLite;
            aload 0 /* this */
            getfield com.google.protobuf.LazyField.defaultInstance:Lcom/google/protobuf/MessageLite;
            if_acmpeq 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // com.google.protobuf.LazyField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/LazyField;

  public com.google.protobuf.MessageLite getValue();
    descriptor: ()Lcom/google/protobuf/MessageLite;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.LazyField this
         0: .line 67
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.protobuf.LazyField.defaultInstance:Lcom/google/protobuf/MessageLite;
            invokevirtual com.google.protobuf.LazyField.getValue:(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/MessageLite;
            areturn
        end local 0 // com.google.protobuf.LazyField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/LazyField;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.LazyField this
         0: .line 72
            aload 0 /* this */
            invokevirtual com.google.protobuf.LazyField.getValue:()Lcom/google/protobuf/MessageLite;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // com.google.protobuf.LazyField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/LazyField;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.LazyField this
        start local 1 // java.lang.Object obj
         0: .line 77
            aload 0 /* this */
            invokevirtual com.google.protobuf.LazyField.getValue:()Lcom/google/protobuf/MessageLite;
            aload 1 /* obj */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // com.google.protobuf.LazyField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/LazyField;
            0    1     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.LazyField this
         0: .line 82
            aload 0 /* this */
            invokevirtual com.google.protobuf.LazyField.getValue:()Lcom/google/protobuf/MessageLite;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.google.protobuf.LazyField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/LazyField;
}
SourceFile: "LazyField.java"
NestMembers:
  com.google.protobuf.LazyField$LazyEntry  com.google.protobuf.LazyField$LazyIterator
InnerClasses:
  LazyEntry = com.google.protobuf.LazyField$LazyEntry of com.google.protobuf.LazyField
  LazyIterator = com.google.protobuf.LazyField$LazyIterator of com.google.protobuf.LazyField