public abstract class com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestLibrary4 extends com.oracle.truffle.api.library.Library
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestLibrary4
  super_class: com.oracle.truffle.api.library.Library
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestLibrary4 this
         0: .line 106
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.library.Library.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestLibrary4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ExportMethodTest$ExportsTestLibrary4;

  public int intArg(java.lang.Object, int);
    descriptor: (Ljava/lang/Object;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestLibrary4 this
        start local 1 // java.lang.Object receiver
        start local 2 // int arg
         0: .line 108
            iload 2 /* arg */
            ireturn
        end local 2 // int arg
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestLibrary4 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/api/library/test/ExportMethodTest$ExportsTestLibrary4;
            0    1     1  receiver  Ljava/lang/Object;
            0    1     2       arg  I
    MethodParameters:
          Name  Flags
      receiver  
      arg       

  public com.oracle.truffle.api.library.test.ExportMethodTest$TestInterface interfaceArg(java.lang.Object, com.oracle.truffle.api.library.test.ExportMethodTest$TestInterface);
    descriptor: (Ljava/lang/Object;Lcom/oracle/truffle/api/library/test/ExportMethodTest$TestInterface;)Lcom/oracle/truffle/api/library/test/ExportMethodTest$TestInterface;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestLibrary4 this
        start local 1 // java.lang.Object receiver
        start local 2 // com.oracle.truffle.api.library.test.ExportMethodTest$TestInterface arg
         0: .line 112
            aload 2 /* arg */
            areturn
        end local 2 // com.oracle.truffle.api.library.test.ExportMethodTest$TestInterface arg
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestLibrary4 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/api/library/test/ExportMethodTest$ExportsTestLibrary4;
            0    1     1  receiver  Ljava/lang/Object;
            0    1     2       arg  Lcom/oracle/truffle/api/library/test/ExportMethodTest$TestInterface;
    MethodParameters:
          Name  Flags
      receiver  
      arg       

  public com.oracle.truffle.api.library.test.ExportMethodTest$TestClass classArg(java.lang.Object, com.oracle.truffle.api.library.test.ExportMethodTest$TestClass);
    descriptor: (Ljava/lang/Object;Lcom/oracle/truffle/api/library/test/ExportMethodTest$TestClass;)Lcom/oracle/truffle/api/library/test/ExportMethodTest$TestClass;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestLibrary4 this
        start local 1 // java.lang.Object receiver
        start local 2 // com.oracle.truffle.api.library.test.ExportMethodTest$TestClass arg
         0: .line 116
            aload 2 /* arg */
            areturn
        end local 2 // com.oracle.truffle.api.library.test.ExportMethodTest$TestClass arg
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestLibrary4 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/api/library/test/ExportMethodTest$ExportsTestLibrary4;
            0    1     1  receiver  Ljava/lang/Object;
            0    1     2       arg  Lcom/oracle/truffle/api/library/test/ExportMethodTest$TestClass;
    MethodParameters:
          Name  Flags
      receiver  
      arg       

  public int multiArg(java.lang.Object, int, com.oracle.truffle.api.library.test.ExportMethodTest$TestClass);
    descriptor: (Ljava/lang/Object;ILcom/oracle/truffle/api/library/test/ExportMethodTest$TestClass;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestLibrary4 this
        start local 1 // java.lang.Object receiver
        start local 2 // int intArg
        start local 3 // com.oracle.truffle.api.library.test.ExportMethodTest$TestClass clazz
         0: .line 120
            iload 2 /* intArg */
            ireturn
        end local 3 // com.oracle.truffle.api.library.test.ExportMethodTest$TestClass clazz
        end local 2 // int intArg
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestLibrary4 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/api/library/test/ExportMethodTest$ExportsTestLibrary4;
            0    1     1  receiver  Ljava/lang/Object;
            0    1     2    intArg  I
            0    1     3     clazz  Lcom/oracle/truffle/api/library/test/ExportMethodTest$TestClass;
    MethodParameters:
          Name  Flags
      receiver  
      intArg    
      clazz     

  public java.lang.Object varArgsObject(java.lang.Object, java.lang.Object[]);
    descriptor: (Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestLibrary4 this
        start local 1 // java.lang.Object receiver
        start local 2 // java.lang.Object[] args
         0: .line 124
            aload 2 /* args */
            iconst_0
            aaload
            areturn
        end local 2 // java.lang.Object[] args
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestLibrary4 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/api/library/test/ExportMethodTest$ExportsTestLibrary4;
            0    1     1  receiver  Ljava/lang/Object;
            0    1     2      args  [Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      receiver  
      args      

  public int varArgsInt(java.lang.Object, int[]);
    descriptor: (Ljava/lang/Object;[I)I
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestLibrary4 this
        start local 1 // java.lang.Object receiver
        start local 2 // int[] args
         0: .line 128
            aload 2 /* args */
            iconst_0
            iaload
            ireturn
        end local 2 // int[] args
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestLibrary4 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/api/library/test/ExportMethodTest$ExportsTestLibrary4;
            0    1     1  receiver  Ljava/lang/Object;
            0    1     2      args  [I
    MethodParameters:
          Name  Flags
      receiver  
      args      
}
SourceFile: "ExportMethodTest.java"
NestHost: com.oracle.truffle.api.library.test.ExportMethodTest
InnerClasses:
  public abstract ExportsTestLibrary4 = com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestLibrary4 of com.oracle.truffle.api.library.test.ExportMethodTest
  TestClass = com.oracle.truffle.api.library.test.ExportMethodTest$TestClass of com.oracle.truffle.api.library.test.ExportMethodTest
  abstract TestInterface = com.oracle.truffle.api.library.test.ExportMethodTest$TestInterface of com.oracle.truffle.api.library.test.ExportMethodTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.GenerateLibrary()