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

  public abstract int execute(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    MethodParameters:
      Name  Flags
      arg   

  static int doBoxed(java.lang.Object, com.oracle.truffle.api.interop.InteropLibrary, com.oracle.truffle.api.interop.InteropLibrary);
    descriptor: (Ljava/lang/Object;Lcom/oracle/truffle/api/interop/InteropLibrary;Lcom/oracle/truffle/api/interop/InteropLibrary;)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // java.lang.Object arg
        start local 1 // com.oracle.truffle.api.interop.InteropLibrary lib1
        start local 2 // com.oracle.truffle.api.interop.InteropLibrary lib2
         0: .line 944
            aload 1 /* lib1 */
            aload 0 /* arg */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.asInt:(Ljava/lang/Object;)I
            ireturn
        end local 2 // com.oracle.truffle.api.interop.InteropLibrary lib2
        end local 1 // com.oracle.truffle.api.interop.InteropLibrary lib1
        end local 0 // java.lang.Object arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   arg  Ljava/lang/Object;
            0    1     1  lib1  Lcom/oracle/truffle/api/interop/InteropLibrary;
            0    1     2  lib2  Lcom/oracle/truffle/api/interop/InteropLibrary;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(limit = "2")
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.library.CachedLibrary(limit = "2")
      2:
        com.oracle.truffle.api.library.CachedLibrary(value = "arg")
    MethodParameters:
      Name  Flags
      arg   
      lib1  
      lib2  
}
SourceFile: "CachedLibraryTest.java"
NestHost: com.oracle.truffle.api.library.test.CachedLibraryTest
InnerClasses:
  abstract DispatchedAndExpressionLibraryNode = com.oracle.truffle.api.library.test.CachedLibraryTest$DispatchedAndExpressionLibraryNode of com.oracle.truffle.api.library.test.CachedLibraryTest