abstract class com.oracle.truffle.polyglot.HostFieldDesc
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.polyglot.HostFieldDesc
  super_class: java.lang.Object
{
  private final boolean isFinal;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Class<?> type;
    descriptor: Ljava/lang/Class;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Class<*>;

  private final java.lang.reflect.Type genericType;
    descriptor: Ljava/lang/reflect/Type;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 58
            ldc Lcom/oracle/truffle/polyglot/HostFieldDesc;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.truffle.polyglot.HostFieldDesc.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.Class<?>, java.lang.reflect.Type, java.lang.String, );
    descriptor: (Ljava/lang/Class;Ljava/lang/reflect/Type;Ljava/lang/String;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // com.oracle.truffle.polyglot.HostFieldDesc this
        start local 1 // java.lang.Class type
        start local 2 // java.lang.reflect.Type genericType
        start local 3 // java.lang.String name
        start local 4 // boolean isFinal
         0: .line 65
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 66
            aload 0 /* this */
            iload 4 /* isFinal */
            putfield com.oracle.truffle.polyglot.HostFieldDesc.isFinal:Z
         2: .line 67
            aload 0 /* this */
            aload 1 /* type */
            putfield com.oracle.truffle.polyglot.HostFieldDesc.type:Ljava/lang/Class;
         3: .line 68
            aload 0 /* this */
            aload 2 /* genericType */
            putfield com.oracle.truffle.polyglot.HostFieldDesc.genericType:Ljava/lang/reflect/Type;
         4: .line 69
            aload 0 /* this */
            aload 3 /* name */
            putfield com.oracle.truffle.polyglot.HostFieldDesc.name:Ljava/lang/String;
         5: .line 70
            return
        end local 4 // boolean isFinal
        end local 3 // java.lang.String name
        end local 2 // java.lang.reflect.Type genericType
        end local 1 // java.lang.Class type
        end local 0 // com.oracle.truffle.polyglot.HostFieldDesc this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lcom/oracle/truffle/polyglot/HostFieldDesc;
            0    6     1         type  Ljava/lang/Class<*>;
            0    6     2  genericType  Ljava/lang/reflect/Type;
            0    6     3         name  Ljava/lang/String;
            0    6     4      isFinal  Z
    Signature: (Ljava/lang/Class<*>;Ljava/lang/reflect/Type;Ljava/lang/String;Z)V
    MethodParameters:
             Name  Flags
      type         
      genericType  
      name         
      isFinal      

  public final boolean isFinal();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.HostFieldDesc this
         0: .line 73
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.HostFieldDesc.isFinal:Z
            ireturn
        end local 0 // com.oracle.truffle.polyglot.HostFieldDesc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/HostFieldDesc;

  public final java.lang.Class<?> getType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.HostFieldDesc this
         0: .line 77
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.HostFieldDesc.type:Ljava/lang/Class;
            areturn
        end local 0 // com.oracle.truffle.polyglot.HostFieldDesc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/HostFieldDesc;
    Signature: ()Ljava/lang/Class<*>;

  public final java.lang.reflect.Type getGenericType();
    descriptor: ()Ljava/lang/reflect/Type;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.HostFieldDesc this
         0: .line 81
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.HostFieldDesc.genericType:Ljava/lang/reflect/Type;
            areturn
        end local 0 // com.oracle.truffle.polyglot.HostFieldDesc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/HostFieldDesc;

  public final java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.HostFieldDesc this
         0: .line 85
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.HostFieldDesc.name:Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.polyglot.HostFieldDesc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/HostFieldDesc;

  public abstract java.lang.Object get(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      receiver  

  public abstract void set(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.ClassCastException, java.lang.NullPointerException, java.lang.IllegalArgumentException
    MethodParameters:
          Name  Flags
      receiver  
      value     

  static com.oracle.truffle.polyglot.HostFieldDesc unreflect(java.lang.reflect.Field);
    descriptor: (Ljava/lang/reflect/Field;)Lcom/oracle/truffle/polyglot/HostFieldDesc;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.reflect.Field reflectionField
         0: .line 93
            getstatic com.oracle.truffle.polyglot.HostFieldDesc.$assertionsDisabled:Z
            ifne 1
            aload 0 /* reflectionField */
            invokestatic com.oracle.truffle.polyglot.HostFieldDesc.isAccessible:(Ljava/lang/reflect/Field;)Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 94
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.TruffleOptions.AOT:Z
            ifeq 3
         2: .line 95
            new com.oracle.truffle.polyglot.HostFieldDesc$ReflectImpl
            dup
            aload 0 /* reflectionField */
            invokespecial com.oracle.truffle.polyglot.HostFieldDesc$ReflectImpl.<init>:(Ljava/lang/reflect/Field;)V
            areturn
         3: .line 97
      StackMap locals:
      StackMap stack:
            new com.oracle.truffle.polyglot.HostFieldDesc$MHImpl
            dup
            aload 0 /* reflectionField */
            invokespecial com.oracle.truffle.polyglot.HostFieldDesc$MHImpl.<init>:(Ljava/lang/reflect/Field;)V
            areturn
        end local 0 // java.lang.reflect.Field reflectionField
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0  reflectionField  Ljava/lang/reflect/Field;
    MethodParameters:
                 Name  Flags
      reflectionField  

  static boolean isAccessible(java.lang.reflect.Field);
    descriptor: (Ljava/lang/reflect/Field;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.reflect.Field field
         0: .line 102
            aload 0 /* field */
            invokevirtual java.lang.reflect.Field.getModifiers:()I
            invokestatic java.lang.reflect.Modifier.isPublic:(I)Z
            ifeq 1
            aload 0 /* field */
            invokevirtual java.lang.reflect.Field.getDeclaringClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getModifiers:()I
            invokestatic java.lang.reflect.Modifier.isPublic:(I)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // java.lang.reflect.Field field
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  field  Ljava/lang/reflect/Field;
    MethodParameters:
       Name  Flags
      field  
}
SourceFile: "HostFieldDesc.java"
NestMembers:
  com.oracle.truffle.polyglot.HostFieldDesc$MHImpl  com.oracle.truffle.polyglot.HostFieldDesc$ReflectImpl
InnerClasses:
  private final MHImpl = com.oracle.truffle.polyglot.HostFieldDesc$MHImpl of com.oracle.truffle.polyglot.HostFieldDesc
  private final ReflectImpl = com.oracle.truffle.polyglot.HostFieldDesc$ReflectImpl of com.oracle.truffle.polyglot.HostFieldDesc