public final class com.oracle.svm.hosted.c.info.AccessorInfo extends com.oracle.svm.hosted.c.info.ElementInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.svm.hosted.c.info.AccessorInfo
  super_class: com.oracle.svm.hosted.c.info.ElementInfo
{
  private final jdk.vm.ci.meta.ResolvedJavaMethod annotatedMethod;
    descriptor: Ljdk/vm/ci/meta/ResolvedJavaMethod;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.svm.hosted.c.info.AccessorInfo$AccessorKind accessorKind;
    descriptor: Lcom/oracle/svm/hosted/c/info/AccessorInfo$AccessorKind;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean isIndexed;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean hasLocationIdentityParameter;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean hasUniqueLocationIdentity;
    descriptor: Z
    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 30
            ldc Lcom/oracle/svm/hosted/c/info/AccessorInfo;
            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.svm.hosted.c.info.AccessorInfo.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(jdk.vm.ci.meta.ResolvedJavaMethod, com.oracle.svm.hosted.c.info.AccessorInfo$AccessorKind, boolean, boolean, boolean);
    descriptor: (Ljdk/vm/ci/meta/ResolvedJavaMethod;Lcom/oracle/svm/hosted/c/info/AccessorInfo$AccessorKind;ZZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // com.oracle.svm.hosted.c.info.AccessorInfo this
        start local 1 // jdk.vm.ci.meta.ResolvedJavaMethod annotatedMethod
        start local 2 // com.oracle.svm.hosted.c.info.AccessorInfo$AccessorKind accessorKind
        start local 3 // boolean isIndexed
        start local 4 // boolean hasLocationIdentityParameter
        start local 5 // boolean hasUniqueLocationIdentity
         0: .line 52
            aload 0 /* this */
            aload 1 /* annotatedMethod */
            invokeinterface jdk.vm.ci.meta.ResolvedJavaMethod.getName:()Ljava/lang/String;
            invokespecial com.oracle.svm.hosted.c.info.ElementInfo.<init>:(Ljava/lang/String;)V
         1: .line 53
            aload 0 /* this */
            aload 1 /* annotatedMethod */
            putfield com.oracle.svm.hosted.c.info.AccessorInfo.annotatedMethod:Ljdk/vm/ci/meta/ResolvedJavaMethod;
         2: .line 54
            aload 0 /* this */
            aload 2 /* accessorKind */
            putfield com.oracle.svm.hosted.c.info.AccessorInfo.accessorKind:Lcom/oracle/svm/hosted/c/info/AccessorInfo$AccessorKind;
         3: .line 55
            aload 0 /* this */
            iload 3 /* isIndexed */
            putfield com.oracle.svm.hosted.c.info.AccessorInfo.isIndexed:Z
         4: .line 56
            aload 0 /* this */
            iload 4 /* hasLocationIdentityParameter */
            putfield com.oracle.svm.hosted.c.info.AccessorInfo.hasLocationIdentityParameter:Z
         5: .line 57
            aload 0 /* this */
            iload 5 /* hasUniqueLocationIdentity */
            putfield com.oracle.svm.hosted.c.info.AccessorInfo.hasUniqueLocationIdentity:Z
         6: .line 58
            return
        end local 5 // boolean hasUniqueLocationIdentity
        end local 4 // boolean hasLocationIdentityParameter
        end local 3 // boolean isIndexed
        end local 2 // com.oracle.svm.hosted.c.info.AccessorInfo$AccessorKind accessorKind
        end local 1 // jdk.vm.ci.meta.ResolvedJavaMethod annotatedMethod
        end local 0 // com.oracle.svm.hosted.c.info.AccessorInfo this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0    7     0                          this  Lcom/oracle/svm/hosted/c/info/AccessorInfo;
            0    7     1               annotatedMethod  Ljdk/vm/ci/meta/ResolvedJavaMethod;
            0    7     2                  accessorKind  Lcom/oracle/svm/hosted/c/info/AccessorInfo$AccessorKind;
            0    7     3                     isIndexed  Z
            0    7     4  hasLocationIdentityParameter  Z
            0    7     5     hasUniqueLocationIdentity  Z
    MethodParameters:
                              Name  Flags
      annotatedMethod               
      accessorKind                  
      isIndexed                     
      hasLocationIdentityParameter  
      hasUniqueLocationIdentity     

  public com.oracle.svm.hosted.c.info.AccessorInfo$AccessorKind getAccessorKind();
    descriptor: ()Lcom/oracle/svm/hosted/c/info/AccessorInfo$AccessorKind;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.c.info.AccessorInfo this
         0: .line 61
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.info.AccessorInfo.accessorKind:Lcom/oracle/svm/hosted/c/info/AccessorInfo$AccessorKind;
            areturn
        end local 0 // com.oracle.svm.hosted.c.info.AccessorInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/c/info/AccessorInfo;

  java.lang.String getAccessorPrefix();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.c.info.AccessorInfo this
         0: .line 65
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.info.AccessorInfo.accessorKind:Lcom/oracle/svm/hosted/c/info/AccessorInfo$AccessorKind;
            getfield com.oracle.svm.hosted.c.info.AccessorInfo$AccessorKind.prefix:Ljava/lang/String;
            areturn
        end local 0 // com.oracle.svm.hosted.c.info.AccessorInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/c/info/AccessorInfo;

  public boolean isIndexed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.c.info.AccessorInfo this
         0: .line 69
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.info.AccessorInfo.isIndexed:Z
            ireturn
        end local 0 // com.oracle.svm.hosted.c.info.AccessorInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/c/info/AccessorInfo;

  public boolean hasLocationIdentityParameter();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.c.info.AccessorInfo this
         0: .line 73
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.info.AccessorInfo.hasLocationIdentityParameter:Z
            ireturn
        end local 0 // com.oracle.svm.hosted.c.info.AccessorInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/c/info/AccessorInfo;

  public boolean hasUniqueLocationIdentity();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.c.info.AccessorInfo this
         0: .line 77
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.info.AccessorInfo.hasUniqueLocationIdentity:Z
            ireturn
        end local 0 // com.oracle.svm.hosted.c.info.AccessorInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/c/info/AccessorInfo;

  public static int baseParameterNumber(boolean);
    descriptor: (Z)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // boolean withReceiver
         0: .line 81
            getstatic com.oracle.svm.hosted.c.info.AccessorInfo.$assertionsDisabled:Z
            ifne 1
            iload 0 /* withReceiver */
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 83
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // boolean withReceiver
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0  withReceiver  Z
    MethodParameters:
              Name  Flags
      withReceiver  

  public int indexParameterNumber(boolean);
    descriptor: (Z)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.c.info.AccessorInfo this
        start local 1 // boolean withReceiver
         0: .line 87
            getstatic com.oracle.svm.hosted.c.info.AccessorInfo.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            invokevirtual com.oracle.svm.hosted.c.info.AccessorInfo.isIndexed:()Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 89
      StackMap locals:
      StackMap stack:
            iload 1 /* withReceiver */
            ifeq 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 1 // boolean withReceiver
        end local 0 // com.oracle.svm.hosted.c.info.AccessorInfo this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lcom/oracle/svm/hosted/c/info/AccessorInfo;
            0    4     1  withReceiver  Z
    MethodParameters:
              Name  Flags
      withReceiver  

  public int valueParameterNumber(boolean);
    descriptor: (Z)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.c.info.AccessorInfo this
        start local 1 // boolean withReceiver
         0: .line 93
            getstatic com.oracle.svm.hosted.c.info.AccessorInfo.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.info.AccessorInfo.accessorKind:Lcom/oracle/svm/hosted/c/info/AccessorInfo$AccessorKind;
            getstatic com.oracle.svm.hosted.c.info.AccessorInfo$AccessorKind.SETTER:Lcom/oracle/svm/hosted/c/info/AccessorInfo$AccessorKind;
            if_acmpeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 95
      StackMap locals:
      StackMap stack:
            iload 1 /* withReceiver */
            ifeq 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: aload 0 /* this */
            invokevirtual com.oracle.svm.hosted.c.info.AccessorInfo.isIndexed:()Z
            ifeq 4
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack: int
         4: iconst_0
      StackMap locals: com.oracle.svm.hosted.c.info.AccessorInfo int
      StackMap stack: int int
         5: iadd
            ireturn
        end local 1 // boolean withReceiver
        end local 0 // com.oracle.svm.hosted.c.info.AccessorInfo this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/oracle/svm/hosted/c/info/AccessorInfo;
            0    6     1  withReceiver  Z
    MethodParameters:
              Name  Flags
      withReceiver  

  public int locationIdentityParameterNumber(boolean);
    descriptor: (Z)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.c.info.AccessorInfo this
        start local 1 // boolean withReceiver
         0: .line 99
            getstatic com.oracle.svm.hosted.c.info.AccessorInfo.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            invokevirtual com.oracle.svm.hosted.c.info.AccessorInfo.hasLocationIdentityParameter:()Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* withReceiver */
            invokevirtual com.oracle.svm.hosted.c.info.AccessorInfo.parameterCount:(Z)I
            iconst_1
            isub
            ireturn
        end local 1 // boolean withReceiver
        end local 0 // com.oracle.svm.hosted.c.info.AccessorInfo this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/oracle/svm/hosted/c/info/AccessorInfo;
            0    2     1  withReceiver  Z
    MethodParameters:
              Name  Flags
      withReceiver  

  public int parameterCount(boolean);
    descriptor: (Z)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.c.info.AccessorInfo this
        start local 1 // boolean withReceiver
         0: .line 105
            iload 1 /* withReceiver */
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: aload 0 /* this */
            invokevirtual com.oracle.svm.hosted.c.info.AccessorInfo.isIndexed:()Z
            ifeq 3
            iconst_1
            goto 4
      StackMap locals:
      StackMap stack: int
         3: iconst_0
      StackMap locals: com.oracle.svm.hosted.c.info.AccessorInfo int
      StackMap stack: int int
         4: iadd
            aload 0 /* this */
            invokevirtual com.oracle.svm.hosted.c.info.AccessorInfo.getAccessorKind:()Lcom/oracle/svm/hosted/c/info/AccessorInfo$AccessorKind;
            getstatic com.oracle.svm.hosted.c.info.AccessorInfo$AccessorKind.SETTER:Lcom/oracle/svm/hosted/c/info/AccessorInfo$AccessorKind;
            if_acmpne 5
            iconst_1
            goto 6
      StackMap locals:
      StackMap stack: int
         5: iconst_0
      StackMap locals: com.oracle.svm.hosted.c.info.AccessorInfo int
      StackMap stack: int int
         6: iadd
            aload 0 /* this */
            invokevirtual com.oracle.svm.hosted.c.info.AccessorInfo.hasLocationIdentityParameter:()Z
            ifeq 7
            iconst_1
            goto 8
      StackMap locals:
      StackMap stack: int
         7: iconst_0
      StackMap locals: com.oracle.svm.hosted.c.info.AccessorInfo int
      StackMap stack: int int
         8: iadd
            ireturn
        end local 1 // boolean withReceiver
        end local 0 // com.oracle.svm.hosted.c.info.AccessorInfo this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lcom/oracle/svm/hosted/c/info/AccessorInfo;
            0    9     1  withReceiver  Z
    MethodParameters:
              Name  Flags
      withReceiver  

  public jdk.vm.ci.meta.ResolvedJavaMethod getAnnotatedElement();
    descriptor: ()Ljdk/vm/ci/meta/ResolvedJavaMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.c.info.AccessorInfo this
         0: .line 110
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.info.AccessorInfo.annotatedMethod:Ljdk/vm/ci/meta/ResolvedJavaMethod;
            areturn
        end local 0 // com.oracle.svm.hosted.c.info.AccessorInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/c/info/AccessorInfo;

  public void accept(com.oracle.svm.hosted.c.info.InfoTreeVisitor);
    descriptor: (Lcom/oracle/svm/hosted/c/info/InfoTreeVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.c.info.AccessorInfo this
        start local 1 // com.oracle.svm.hosted.c.info.InfoTreeVisitor visitor
         0: .line 115
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual com.oracle.svm.hosted.c.info.InfoTreeVisitor.visitAccessorInfo:(Lcom/oracle/svm/hosted/c/info/AccessorInfo;)V
         1: .line 116
            return
        end local 1 // com.oracle.svm.hosted.c.info.InfoTreeVisitor visitor
        end local 0 // com.oracle.svm.hosted.c.info.AccessorInfo this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/svm/hosted/c/info/AccessorInfo;
            0    2     1  visitor  Lcom/oracle/svm/hosted/c/info/InfoTreeVisitor;
    MethodParameters:
         Name  Flags
      visitor  

  public jdk.vm.ci.meta.ResolvedJavaType getReturnType();
    descriptor: ()Ljdk/vm/ci/meta/ResolvedJavaType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.c.info.AccessorInfo this
         0: .line 119
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.info.AccessorInfo.annotatedMethod:Ljdk/vm/ci/meta/ResolvedJavaMethod;
            invokestatic com.oracle.svm.hosted.c.info.AccessorInfo.getReturnType:(Ljdk/vm/ci/meta/ResolvedJavaMethod;)Ljdk/vm/ci/meta/ResolvedJavaType;
            areturn
        end local 0 // com.oracle.svm.hosted.c.info.AccessorInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/c/info/AccessorInfo;

  public jdk.vm.ci.meta.ResolvedJavaType getParameterType(int);
    descriptor: (I)Ljdk/vm/ci/meta/ResolvedJavaType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.c.info.AccessorInfo this
        start local 1 // int index
         0: .line 123
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.info.AccessorInfo.annotatedMethod:Ljdk/vm/ci/meta/ResolvedJavaMethod;
            iload 1 /* index */
            invokestatic com.oracle.svm.hosted.c.info.AccessorInfo.getParameterType:(Ljdk/vm/ci/meta/ResolvedJavaMethod;I)Ljdk/vm/ci/meta/ResolvedJavaType;
            areturn
        end local 1 // int index
        end local 0 // com.oracle.svm.hosted.c.info.AccessorInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/svm/hosted/c/info/AccessorInfo;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public jdk.vm.ci.meta.ResolvedJavaType getValueParameterType();
    descriptor: ()Ljdk/vm/ci/meta/ResolvedJavaType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.c.info.AccessorInfo this
         0: .line 127
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            invokevirtual com.oracle.svm.hosted.c.info.AccessorInfo.valueParameterNumber:(Z)I
            invokevirtual com.oracle.svm.hosted.c.info.AccessorInfo.getParameterType:(I)Ljdk/vm/ci/meta/ResolvedJavaType;
            areturn
        end local 0 // com.oracle.svm.hosted.c.info.AccessorInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/c/info/AccessorInfo;

  public static jdk.vm.ci.meta.ResolvedJavaType getReturnType(jdk.vm.ci.meta.ResolvedJavaMethod);
    descriptor: (Ljdk/vm/ci/meta/ResolvedJavaMethod;)Ljdk/vm/ci/meta/ResolvedJavaType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.vm.ci.meta.ResolvedJavaMethod method
         0: .line 131
            aload 0 /* method */
            invokeinterface jdk.vm.ci.meta.ResolvedJavaMethod.getSignature:()Ljdk/vm/ci/meta/Signature;
            aload 0 /* method */
            invokeinterface jdk.vm.ci.meta.ResolvedJavaMethod.getDeclaringClass:()Ljdk/vm/ci/meta/ResolvedJavaType;
            invokeinterface jdk.vm.ci.meta.Signature.getReturnType:(Ljdk/vm/ci/meta/ResolvedJavaType;)Ljdk/vm/ci/meta/JavaType;
            checkcast jdk.vm.ci.meta.ResolvedJavaType
            areturn
        end local 0 // jdk.vm.ci.meta.ResolvedJavaMethod method
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  method  Ljdk/vm/ci/meta/ResolvedJavaMethod;
    MethodParameters:
        Name  Flags
      method  

  public static jdk.vm.ci.meta.ResolvedJavaType getParameterType(jdk.vm.ci.meta.ResolvedJavaMethod, int);
    descriptor: (Ljdk/vm/ci/meta/ResolvedJavaMethod;I)Ljdk/vm/ci/meta/ResolvedJavaType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.vm.ci.meta.ResolvedJavaMethod method
        start local 1 // int index
         0: .line 135
            aload 0 /* method */
            invokeinterface jdk.vm.ci.meta.ResolvedJavaMethod.getSignature:()Ljdk/vm/ci/meta/Signature;
            iload 1 /* index */
            aload 0 /* method */
            invokeinterface jdk.vm.ci.meta.ResolvedJavaMethod.getDeclaringClass:()Ljdk/vm/ci/meta/ResolvedJavaType;
            invokeinterface jdk.vm.ci.meta.Signature.getParameterType:(ILjdk/vm/ci/meta/ResolvedJavaType;)Ljdk/vm/ci/meta/JavaType;
            checkcast jdk.vm.ci.meta.ResolvedJavaType
            areturn
        end local 1 // int index
        end local 0 // jdk.vm.ci.meta.ResolvedJavaMethod method
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  method  Ljdk/vm/ci/meta/ResolvedJavaMethod;
            0    1     1   index  I
    MethodParameters:
        Name  Flags
      method  
      index   

  public java.lang.Object getAnnotatedElement();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.oracle.svm.hosted.c.info.AccessorInfo.getAnnotatedElement:()Ljdk/vm/ci/meta/ResolvedJavaMethod;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "AccessorInfo.java"
NestMembers:
  com.oracle.svm.hosted.c.info.AccessorInfo$AccessorKind
InnerClasses:
  public final AccessorKind = com.oracle.svm.hosted.c.info.AccessorInfo$AccessorKind of com.oracle.svm.hosted.c.info.AccessorInfo