public abstract class com.oracle.truffle.api.library.test.ProxyTest$ProxyTestLibrary 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.ProxyTest$ProxyTestLibrary
  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.ProxyTest$ProxyTestLibrary this
         0: .line 69
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.library.Library.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.library.test.ProxyTest$ProxyTestLibrary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ProxyTest$ProxyTestLibrary;

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

  public abstract int incrementMethod(java.lang.Object, int);
    descriptor: (Ljava/lang/Object;I)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      receiver   
      primitive  
}
SourceFile: "ProxyTest.java"
NestHost: com.oracle.truffle.api.library.test.ProxyTest
InnerClasses:
  public abstract ProxyTestLibrary = com.oracle.truffle.api.library.test.ProxyTest$ProxyTestLibrary of com.oracle.truffle.api.library.test.ProxyTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.GenerateLibrary()