class com.oracle.truffle.api.library.test.ProxyTest$Proxied
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.library.test.ProxyTest$Proxied
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.ProxyTest$Proxied this
         0: .line 78
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.library.test.ProxyTest$Proxied this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ProxyTest$Proxied;

  void decoratedVoid();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.ProxyTest$Proxied this
         0: .line 82
            return
        end local 0 // com.oracle.truffle.api.library.test.ProxyTest$Proxied this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ProxyTest$Proxied;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  int incrementMethod(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.ProxyTest$Proxied this
        start local 1 // int primitive
         0: .line 86
            iload 1 /* primitive */
            ireturn
        end local 1 // int primitive
        end local 0 // com.oracle.truffle.api.library.test.ProxyTest$Proxied this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/api/library/test/ProxyTest$Proxied;
            0    1     1  primitive  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
           Name  Flags
      primitive  
}
SourceFile: "ProxyTest.java"
NestHost: com.oracle.truffle.api.library.test.ProxyTest
InnerClasses:
  Proxied = com.oracle.truffle.api.library.test.ProxyTest$Proxied of com.oracle.truffle.api.library.test.ProxyTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/ProxyTest$ProxyTestLibrary;)