class com.oracle.truffle.api.library.test.ExportSharingTest$TestSharedCachedWithArgs
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.library.test.ExportSharingTest$TestSharedCachedWithArgs
  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.ExportSharingTest$TestSharedCachedWithArgs this
         0: .line 199
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.library.test.ExportSharingTest$TestSharedCachedWithArgs this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ExportSharingTest$TestSharedCachedWithArgs;

  java.lang.String m0(com.oracle.truffle.api.library.test.ExportSharingTest$TestCached1Node);
    descriptor: (Lcom/oracle/truffle/api/library/test/ExportSharingTest$TestCached1Node;)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.ExportSharingTest$TestSharedCachedWithArgs this
        start local 1 // com.oracle.truffle.api.library.test.ExportSharingTest$TestCached1Node node
         0: .line 203
            aload 1 /* node */
            invokevirtual com.oracle.truffle.api.library.test.ExportSharingTest$TestCached1Node.execute:()Ljava/lang/String;
            areturn
        end local 1 // com.oracle.truffle.api.library.test.ExportSharingTest$TestCached1Node node
        end local 0 // com.oracle.truffle.api.library.test.ExportSharingTest$TestSharedCachedWithArgs this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ExportSharingTest$TestSharedCachedWithArgs;
            0    1     1  node  Lcom/oracle/truffle/api/library/test/ExportSharingTest$TestCached1Node;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.oracle.truffle.api.dsl.Cached$Exclusive()
        com.oracle.truffle.api.dsl.Cached()
    MethodParameters:
      Name  Flags
      node  

  java.lang.String m1(com.oracle.truffle.api.library.test.ExportSharingTest$TestCached1Node);
    descriptor: (Lcom/oracle/truffle/api/library/test/ExportSharingTest$TestCached1Node;)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.ExportSharingTest$TestSharedCachedWithArgs this
        start local 1 // com.oracle.truffle.api.library.test.ExportSharingTest$TestCached1Node node
         0: .line 208
            ldc "m1"
            areturn
        end local 1 // com.oracle.truffle.api.library.test.ExportSharingTest$TestCached1Node node
        end local 0 // com.oracle.truffle.api.library.test.ExportSharingTest$TestSharedCachedWithArgs this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ExportSharingTest$TestSharedCachedWithArgs;
            0    1     1  node  Lcom/oracle/truffle/api/library/test/ExportSharingTest$TestCached1Node;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.oracle.truffle.api.dsl.Cached$Exclusive()
        com.oracle.truffle.api.dsl.Cached()
    MethodParameters:
      Name  Flags
      node  
}
SourceFile: "ExportSharingTest.java"
NestHost: com.oracle.truffle.api.library.test.ExportSharingTest
InnerClasses:
  public abstract Exclusive = com.oracle.truffle.api.dsl.Cached$Exclusive of com.oracle.truffle.api.dsl.Cached
  abstract TestCached1Node = com.oracle.truffle.api.library.test.ExportSharingTest$TestCached1Node of com.oracle.truffle.api.library.test.ExportSharingTest
  TestSharedCachedWithArgs = com.oracle.truffle.api.library.test.ExportSharingTest$TestSharedCachedWithArgs of com.oracle.truffle.api.library.test.ExportSharingTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/ExportSharingTest$ExportSharingLibrary;)