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

  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  
      args   

  public java.lang.Object test(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.ExecuteEvaluatedTest$TestExecuteWithObjectArg this
        start local 1 // java.lang.Object[] args
         0: .line 332
            aconst_null
            areturn
        end local 1 // java.lang.Object[] args
        end local 0 // com.oracle.truffle.api.dsl.test.ExecuteEvaluatedTest$TestExecuteWithObjectArg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/ExecuteEvaluatedTest$TestExecuteWithObjectArg;
            0    1     1  args  [Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
      Name  Flags
      args  final
}
SourceFile: "ExecuteEvaluatedTest.java"
NestHost: com.oracle.truffle.api.dsl.test.ExecuteEvaluatedTest
InnerClasses:
  abstract TestExecuteWithObjectArg = com.oracle.truffle.api.dsl.test.ExecuteEvaluatedTest$TestExecuteWithObjectArg of com.oracle.truffle.api.dsl.test.ExecuteEvaluatedTest