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

  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 s1(java.lang.Object, com.oracle.truffle.api.library.test.CachedLibraryTest$SomethingLibrary);
    descriptor: (Ljava/lang/Object;Lcom/oracle/truffle/api/library/test/CachedLibraryTest$SomethingLibrary;)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.lang.Object receiver
        start local 1 // com.oracle.truffle.api.library.test.CachedLibraryTest$SomethingLibrary lib2
         0: .line 819
            aload 1 /* lib2 */
            aload 0 /* receiver */
            invokevirtual com.oracle.truffle.api.library.test.CachedLibraryTest$SomethingLibrary.call:(Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 1 // com.oracle.truffle.api.library.test.CachedLibraryTest$SomethingLibrary lib2
        end local 0 // java.lang.Object receiver
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  receiver  Ljava/lang/Object;
            0    1     1      lib2  Lcom/oracle/truffle/api/library/test/CachedLibraryTest$SomethingLibrary;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        com.oracle.truffle.api.test.ExpectError(value = {"The limit and specialized value expression cannot be specified at the same time. They are mutually exclusive."})
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.test.ExpectError(value = {"The limit and specialized value expression cannot be specified at the same time. They are mutually exclusive."})
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.library.CachedLibrary(value = "receiver", limit = "2")
    MethodParameters:
          Name  Flags
      receiver  
      lib2      
}
SourceFile: "CachedLibraryTest.java"
NestHost: com.oracle.truffle.api.library.test.CachedLibraryTest
InnerClasses:
  public abstract CachedLibraryErrorNode6 = com.oracle.truffle.api.library.test.CachedLibraryTest$CachedLibraryErrorNode6 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