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

  public abstract java.lang.Object execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      frame  
      arg    

  java.lang.String doDefault(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, com.oracle.truffle.api.library.test.CachedLibraryTest$SomethingLibrary);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;Ljava/lang/Object;Lcom/oracle/truffle/api/library/test/CachedLibraryTest$SomethingLibrary;)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.library.test.CachedLibraryTest$TestBoundaryAndVirtualFrame1 this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        start local 2 // java.lang.Object arg
        start local 3 // com.oracle.truffle.api.library.test.CachedLibraryTest$SomethingLibrary interop
         0: .line 669
            aconst_null
            areturn
        end local 3 // com.oracle.truffle.api.library.test.CachedLibraryTest$SomethingLibrary interop
        end local 2 // java.lang.Object arg
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.api.library.test.CachedLibraryTest$TestBoundaryAndVirtualFrame1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/truffle/api/library/test/CachedLibraryTest$TestBoundaryAndVirtualFrame1;
            0    1     1    frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            0    1     2      arg  Ljava/lang/Object;
            0    1     3  interop  Lcom/oracle/truffle/api/library/test/CachedLibraryTest$SomethingLibrary;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(limit = "3")
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
        com.oracle.truffle.api.library.CachedLibrary(value = "arg")
    MethodParameters:
         Name  Flags
      frame    
      arg      
      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
  public abstract TestBoundaryAndVirtualFrame1 = com.oracle.truffle.api.library.test.CachedLibraryTest$TestBoundaryAndVirtualFrame1 of com.oracle.truffle.api.library.test.CachedLibraryTest