public final class com.google.protobuf.util.FieldMaskUtil$MergeOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.google.protobuf.util.FieldMaskUtil$MergeOptions
  super_class: java.lang.Object
{
  private boolean replaceMessageFields;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean replaceRepeatedFields;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean replacePrimitiveFields;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.util.FieldMaskUtil$MergeOptions this
         0: .line 271
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 272
            aload 0 /* this */
            iconst_0
            putfield com.google.protobuf.util.FieldMaskUtil$MergeOptions.replaceMessageFields:Z
         2: .line 273
            aload 0 /* this */
            iconst_0
            putfield com.google.protobuf.util.FieldMaskUtil$MergeOptions.replaceRepeatedFields:Z
         3: .line 276
            aload 0 /* this */
            iconst_0
            putfield com.google.protobuf.util.FieldMaskUtil$MergeOptions.replacePrimitiveFields:Z
         4: .line 271
            return
        end local 0 // com.google.protobuf.util.FieldMaskUtil$MergeOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/google/protobuf/util/FieldMaskUtil$MergeOptions;

  public boolean replaceMessageFields();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.util.FieldMaskUtil$MergeOptions this
         0: .line 283
            aload 0 /* this */
            getfield com.google.protobuf.util.FieldMaskUtil$MergeOptions.replaceMessageFields:Z
            ireturn
        end local 0 // com.google.protobuf.util.FieldMaskUtil$MergeOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/util/FieldMaskUtil$MergeOptions;

  public boolean replaceRepeatedFields();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.util.FieldMaskUtil$MergeOptions this
         0: .line 291
            aload 0 /* this */
            getfield com.google.protobuf.util.FieldMaskUtil$MergeOptions.replaceRepeatedFields:Z
            ireturn
        end local 0 // com.google.protobuf.util.FieldMaskUtil$MergeOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/util/FieldMaskUtil$MergeOptions;

  public boolean replacePrimitiveFields();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.util.FieldMaskUtil$MergeOptions this
         0: .line 300
            aload 0 /* this */
            getfield com.google.protobuf.util.FieldMaskUtil$MergeOptions.replacePrimitiveFields:Z
            ireturn
        end local 0 // com.google.protobuf.util.FieldMaskUtil$MergeOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/util/FieldMaskUtil$MergeOptions;

  public com.google.protobuf.util.FieldMaskUtil$MergeOptions setReplaceMessageFields(boolean);
    descriptor: (Z)Lcom/google/protobuf/util/FieldMaskUtil$MergeOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.util.FieldMaskUtil$MergeOptions this
        start local 1 // boolean value
         0: .line 312
            aload 0 /* this */
            iload 1 /* value */
            putfield com.google.protobuf.util.FieldMaskUtil$MergeOptions.replaceMessageFields:Z
         1: .line 313
            aload 0 /* this */
            areturn
        end local 1 // boolean value
        end local 0 // com.google.protobuf.util.FieldMaskUtil$MergeOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/google/protobuf/util/FieldMaskUtil$MergeOptions;
            0    2     1  value  Z
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    MethodParameters:
       Name  Flags
      value  

  public com.google.protobuf.util.FieldMaskUtil$MergeOptions setReplaceRepeatedFields(boolean);
    descriptor: (Z)Lcom/google/protobuf/util/FieldMaskUtil$MergeOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.util.FieldMaskUtil$MergeOptions this
        start local 1 // boolean value
         0: .line 325
            aload 0 /* this */
            iload 1 /* value */
            putfield com.google.protobuf.util.FieldMaskUtil$MergeOptions.replaceRepeatedFields:Z
         1: .line 326
            aload 0 /* this */
            areturn
        end local 1 // boolean value
        end local 0 // com.google.protobuf.util.FieldMaskUtil$MergeOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/google/protobuf/util/FieldMaskUtil$MergeOptions;
            0    2     1  value  Z
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    MethodParameters:
       Name  Flags
      value  

  public com.google.protobuf.util.FieldMaskUtil$MergeOptions setReplacePrimitiveFields(boolean);
    descriptor: (Z)Lcom/google/protobuf/util/FieldMaskUtil$MergeOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.util.FieldMaskUtil$MergeOptions this
        start local 1 // boolean value
         0: .line 342
            aload 0 /* this */
            iload 1 /* value */
            putfield com.google.protobuf.util.FieldMaskUtil$MergeOptions.replacePrimitiveFields:Z
         1: .line 343
            aload 0 /* this */
            areturn
        end local 1 // boolean value
        end local 0 // com.google.protobuf.util.FieldMaskUtil$MergeOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/google/protobuf/util/FieldMaskUtil$MergeOptions;
            0    2     1  value  Z
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "FieldMaskUtil.java"
NestHost: com.google.protobuf.util.FieldMaskUtil
InnerClasses:
  public final MergeOptions = com.google.protobuf.util.FieldMaskUtil$MergeOptions of com.google.protobuf.util.FieldMaskUtil