abstract class com.oracle.truffle.api.library.test.CachedLibraryTest$TestDuplicateBoundaryMethod extends com.oracle.truffle.api.nodes.Node
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.api.library.test.CachedLibraryTest$TestDuplicateBoundaryMethod
  super_class: com.oracle.truffle.api.nodes.Node
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.CachedLibraryTest$TestDuplicateBoundaryMethod this
         0: .line 853
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.library.test.CachedLibraryTest$TestDuplicateBoundaryMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/CachedLibraryTest$TestDuplicateBoundaryMethod;

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

  abstract java.lang.Object executeWith(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      value  

  java.lang.Object doSomething(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/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.library.test.CachedLibraryTest$TestDuplicateBoundaryMethod this
        start local 1 // java.lang.Object value
        start local 2 // com.oracle.truffle.api.library.test.CachedLibraryTest$SomethingLibrary interop
         0: .line 861
            aconst_null
            areturn
        end local 2 // com.oracle.truffle.api.library.test.CachedLibraryTest$SomethingLibrary interop
        end local 1 // java.lang.Object value
        end local 0 // com.oracle.truffle.api.library.test.CachedLibraryTest$TestDuplicateBoundaryMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/truffle/api/library/test/CachedLibraryTest$TestDuplicateBoundaryMethod;
            0    1     1    value  Ljava/lang/Object;
            0    1     2  interop  Lcom/oracle/truffle/api/library/test/CachedLibraryTest$SomethingLibrary;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(limit = "5")
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.library.CachedLibrary(value = "value")
    MethodParameters:
         Name  Flags
      value    
      interop  
}
SourceFile: "CachedLibraryTest.java"
NestHost: com.oracle.truffle.api.library.test.CachedLibraryTest
InnerClasses:
  public abstract SomethingLibrary = com.oracle.truffle.api.library.test.CachedLibraryTest$SomethingLibrary of com.oracle.truffle.api.library.test.CachedLibraryTest
  abstract TestDuplicateBoundaryMethod = com.oracle.truffle.api.library.test.CachedLibraryTest$TestDuplicateBoundaryMethod of com.oracle.truffle.api.library.test.CachedLibraryTest