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

  public java.lang.Object execute();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.CachedLibraryTest$ArgumentNode this
         0: .line 585
            iconst_1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 0 // com.oracle.truffle.api.library.test.CachedLibraryTest$ArgumentNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/CachedLibraryTest$ArgumentNode;
}
SourceFile: "CachedLibraryTest.java"
NestHost: com.oracle.truffle.api.library.test.CachedLibraryTest
InnerClasses:
  public ArgumentNode = com.oracle.truffle.api.library.test.CachedLibraryTest$ArgumentNode of com.oracle.truffle.api.library.test.CachedLibraryTest