public final class com.google.gson.FieldAttributes
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.google.gson.FieldAttributes
  super_class: java.lang.Object
{
  private final java.lang.reflect.Field field;
    descriptor: Ljava/lang/reflect/Field;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.reflect.Field);
    descriptor: (Ljava/lang/reflect/Field;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.gson.FieldAttributes this
        start local 1 // java.lang.reflect.Field f
         0: .line 44
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 45
            aload 1 /* f */
            invokestatic com.google.gson.internal.$Gson$Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 46
            aload 0 /* this */
            aload 1 /* f */
            putfield com.google.gson.FieldAttributes.field:Ljava/lang/reflect/Field;
         3: .line 47
            return
        end local 1 // java.lang.reflect.Field f
        end local 0 // com.google.gson.FieldAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/gson/FieldAttributes;
            0    4     1     f  Ljava/lang/reflect/Field;
    MethodParameters:
      Name  Flags
      f     

  public java.lang.Class<?> getDeclaringClass();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.gson.FieldAttributes this
         0: .line 53
            aload 0 /* this */
            getfield com.google.gson.FieldAttributes.field:Ljava/lang/reflect/Field;
            invokevirtual java.lang.reflect.Field.getDeclaringClass:()Ljava/lang/Class;
            areturn
        end local 0 // com.google.gson.FieldAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/gson/FieldAttributes;
    Signature: ()Ljava/lang/Class<*>;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.gson.FieldAttributes this
         0: .line 60
            aload 0 /* this */
            getfield com.google.gson.FieldAttributes.field:Ljava/lang/reflect/Field;
            invokevirtual java.lang.reflect.Field.getName:()Ljava/lang/String;
            areturn
        end local 0 // com.google.gson.FieldAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/gson/FieldAttributes;

  public java.lang.reflect.Type getDeclaredType();
    descriptor: ()Ljava/lang/reflect/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.gson.FieldAttributes this
         0: .line 80
            aload 0 /* this */
            getfield com.google.gson.FieldAttributes.field:Ljava/lang/reflect/Field;
            invokevirtual java.lang.reflect.Field.getGenericType:()Ljava/lang/reflect/Type;
            areturn
        end local 0 // com.google.gson.FieldAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/gson/FieldAttributes;

  public java.lang.Class<?> getDeclaredClass();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.gson.FieldAttributes this
         0: .line 100
            aload 0 /* this */
            getfield com.google.gson.FieldAttributes.field:Ljava/lang/reflect/Field;
            invokevirtual java.lang.reflect.Field.getType:()Ljava/lang/Class;
            areturn
        end local 0 // com.google.gson.FieldAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/gson/FieldAttributes;
    Signature: ()Ljava/lang/Class<*>;

  public <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.gson.FieldAttributes this
        start local 1 // java.lang.Class annotation
         0: .line 111
            aload 0 /* this */
            getfield com.google.gson.FieldAttributes.field:Ljava/lang/reflect/Field;
            aload 1 /* annotation */
            invokevirtual java.lang.reflect.Field.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            areturn
        end local 1 // java.lang.Class annotation
        end local 0 // com.google.gson.FieldAttributes this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/google/gson/FieldAttributes;
            0    1     1  annotation  Ljava/lang/Class<TT;>;
    Signature: <T::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
            Name  Flags
      annotation  

  public java.util.Collection<java.lang.annotation.Annotation> getAnnotations();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.gson.FieldAttributes this
         0: .line 121
            aload 0 /* this */
            getfield com.google.gson.FieldAttributes.field:Ljava/lang/reflect/Field;
            invokevirtual java.lang.reflect.Field.getAnnotations:()[Ljava/lang/annotation/Annotation;
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            areturn
        end local 0 // com.google.gson.FieldAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/gson/FieldAttributes;
    Signature: ()Ljava/util/Collection<Ljava/lang/annotation/Annotation;>;

  public boolean hasModifier(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.gson.FieldAttributes this
        start local 1 // int modifier
         0: .line 135
            aload 0 /* this */
            getfield com.google.gson.FieldAttributes.field:Ljava/lang/reflect/Field;
            invokevirtual java.lang.reflect.Field.getModifiers:()I
            iload 1 /* modifier */
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int modifier
        end local 0 // com.google.gson.FieldAttributes this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/google/gson/FieldAttributes;
            0    2     1  modifier  I
    MethodParameters:
          Name  Flags
      modifier  

  java.lang.Object get(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.gson.FieldAttributes this
        start local 1 // java.lang.Object instance
         0: .line 150
            aload 0 /* this */
            getfield com.google.gson.FieldAttributes.field:Ljava/lang/reflect/Field;
            aload 1 /* instance */
            invokevirtual java.lang.reflect.Field.get:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object instance
        end local 0 // com.google.gson.FieldAttributes this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/google/gson/FieldAttributes;
            0    1     1  instance  Ljava/lang/Object;
    Exceptions:
      throws java.lang.IllegalAccessException
    MethodParameters:
          Name  Flags
      instance  

  boolean isSynthetic();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.gson.FieldAttributes this
         0: .line 159
            aload 0 /* this */
            getfield com.google.gson.FieldAttributes.field:Ljava/lang/reflect/Field;
            invokevirtual java.lang.reflect.Field.isSynthetic:()Z
            ireturn
        end local 0 // com.google.gson.FieldAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/gson/FieldAttributes;
}
SourceFile: "FieldAttributes.java"