public abstract class com.oracle.truffle.api.library.test.CachedLibraryTest$SharedLibraryTestNode extends com.oracle.truffle.api.nodes.Node
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.api.library.test.CachedLibraryTest$SharedLibraryTestNode
  super_class: com.oracle.truffle.api.nodes.Node
{
  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.CachedLibraryTest$SharedLibraryTestNode this
         0: .line 868
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.library.test.CachedLibraryTest$SharedLibraryTestNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/CachedLibraryTest$SharedLibraryTestNode;

  abstract java.lang.String execute(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      receiver  

  public static java.lang.String s0(java.lang.Object, com.oracle.truffle.api.library.test.CachedLibraryTest$SomethingLibrary, com.oracle.truffle.api.library.test.CachedLibraryTest$SimpleNode);
    descriptor: (Ljava/lang/Object;Lcom/oracle/truffle/api/library/test/CachedLibraryTest$SomethingLibrary;Lcom/oracle/truffle/api/library/test/CachedLibraryTest$SimpleNode;)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // java.lang.Object receiver
        start local 1 // com.oracle.truffle.api.library.test.CachedLibraryTest$SomethingLibrary lib1
        start local 2 // com.oracle.truffle.api.library.test.CachedLibraryTest$SimpleNode testNode
         0: .line 876
            aload 1 /* lib1 */
            aload 0 /* receiver */
            invokevirtual com.oracle.truffle.api.library.test.CachedLibraryTest$SomethingLibrary.call:(Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 2 // com.oracle.truffle.api.library.test.CachedLibraryTest$SimpleNode testNode
        end local 1 // com.oracle.truffle.api.library.test.CachedLibraryTest$SomethingLibrary lib1
        end local 0 // java.lang.Object receiver
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  receiver  Ljava/lang/Object;
            0    1     1      lib1  Lcom/oracle/truffle/api/library/test/CachedLibraryTest$SomethingLibrary;
            0    1     2  testNode  Lcom/oracle/truffle/api/library/test/CachedLibraryTest$SimpleNode;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(limit = "2")
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.library.CachedLibrary(value = "receiver")
      2:
        com.oracle.truffle.api.dsl.Cached()
    MethodParameters:
          Name  Flags
      receiver  
      lib1      
      testNode  
}
SourceFile: "CachedLibraryTest.java"
NestHost: com.oracle.truffle.api.library.test.CachedLibraryTest
InnerClasses:
  public abstract SharedLibraryTestNode = com.oracle.truffle.api.library.test.CachedLibraryTest$SharedLibraryTestNode of com.oracle.truffle.api.library.test.CachedLibraryTest
  public abstract SimpleNode = com.oracle.truffle.api.library.test.CachedLibraryTest$SimpleNode of com.oracle.truffle.api.library.test.CachedLibraryTest
  public abstract SomethingLibrary = com.oracle.truffle.api.library.test.CachedLibraryTest$SomethingLibrary of com.oracle.truffle.api.library.test.CachedLibraryTest