final class com.google.common.collect.Serialization$FieldSetter<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.collect.Serialization$FieldSetter
  super_class: java.lang.Object
{
  private final java.lang.reflect.Field field;
    descriptor: Ljava/lang/reflect/Field;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(java.lang.reflect.Field);
    descriptor: (Ljava/lang/reflect/Field;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.Serialization$FieldSetter this
        start local 1 // java.lang.reflect.Field field
         0: .line 198
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 199
            aload 0 /* this */
            aload 1 /* field */
            putfield com.google.common.collect.Serialization$FieldSetter.field:Ljava/lang/reflect/Field;
         2: .line 200
            aload 1 /* field */
            iconst_1
            invokevirtual java.lang.reflect.Field.setAccessible:(Z)V
         3: .line 201
            return
        end local 1 // java.lang.reflect.Field field
        end local 0 // com.google.common.collect.Serialization$FieldSetter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/google/common/collect/Serialization$FieldSetter<TT;>;
            0    4     1  field  Ljava/lang/reflect/Field;
    MethodParameters:
       Name  Flags
      field  

  void set(T, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.google.common.collect.Serialization$FieldSetter this
        start local 1 // java.lang.Object instance
        start local 2 // java.lang.Object value
         0: .line 205
            aload 0 /* this */
            getfield com.google.common.collect.Serialization$FieldSetter.field:Ljava/lang/reflect/Field;
            aload 1 /* instance */
            aload 2 /* value */
            invokevirtual java.lang.reflect.Field.set:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 206
            goto 4
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
         2: astore 3 /* impossible */
        start local 3 // java.lang.IllegalAccessException impossible
         3: .line 207
            new java.lang.AssertionError
            dup
            aload 3 /* impossible */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 3 // java.lang.IllegalAccessException impossible
         4: .line 209
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object value
        end local 1 // java.lang.Object instance
        end local 0 // com.google.common.collect.Serialization$FieldSetter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/google/common/collect/Serialization$FieldSetter<TT;>;
            0    5     1    instance  TT;
            0    5     2       value  Ljava/lang/Object;
            3    4     3  impossible  Ljava/lang/IllegalAccessException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.IllegalAccessException
    Signature: (TT;Ljava/lang/Object;)V
    MethodParameters:
          Name  Flags
      instance  
      value     

  void set(T, );
    descriptor: (Ljava/lang/Object;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.google.common.collect.Serialization$FieldSetter this
        start local 1 // java.lang.Object instance
        start local 2 // int value
         0: .line 213
            aload 0 /* this */
            getfield com.google.common.collect.Serialization$FieldSetter.field:Ljava/lang/reflect/Field;
            aload 1 /* instance */
            iload 2 /* value */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual java.lang.reflect.Field.set:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 214
            goto 4
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
         2: astore 3 /* impossible */
        start local 3 // java.lang.IllegalAccessException impossible
         3: .line 215
            new java.lang.AssertionError
            dup
            aload 3 /* impossible */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 3 // java.lang.IllegalAccessException impossible
         4: .line 217
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int value
        end local 1 // java.lang.Object instance
        end local 0 // com.google.common.collect.Serialization$FieldSetter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/google/common/collect/Serialization$FieldSetter<TT;>;
            0    5     1    instance  TT;
            0    5     2       value  I
            3    4     3  impossible  Ljava/lang/IllegalAccessException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.IllegalAccessException
    Signature: (TT;I)V
    MethodParameters:
          Name  Flags
      instance  
      value     
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "Serialization.java"
NestHost: com.google.common.collect.Serialization
InnerClasses:
  final FieldSetter = com.google.common.collect.Serialization$FieldSetter of com.google.common.collect.Serialization