public class com.oracle.truffle.api.dsl.test.ChildExecutionTest$ChildExecutionChildNode 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.dsl.test.ChildExecutionTest$ChildExecutionChildNode
  super_class: com.oracle.truffle.api.nodes.Node
{
  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 52
            ldc Lcom/oracle/truffle/api/dsl/test/ChildExecutionTest;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.truffle.api.dsl.test.ChildExecutionTest$ChildExecutionChildNode.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.ChildExecutionTest$ChildExecutionChildNode this
         0: .line 52
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.dsl.test.ChildExecutionTest$ChildExecutionChildNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/ChildExecutionTest$ChildExecutionChildNode;

  public java.lang.Object execute(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.ChildExecutionTest$ChildExecutionChildNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 55
            getstatic com.oracle.truffle.api.dsl.test.ChildExecutionTest$ChildExecutionChildNode.$assertionsDisabled:Z
            ifne 1
            aload 1 /* frame */
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 56
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.api.dsl.test.ChildExecutionTest$ChildExecutionChildNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/truffle/api/dsl/test/ChildExecutionTest$ChildExecutionChildNode;
            0    2     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
    MethodParameters:
       Name  Flags
      frame  
}
SourceFile: "ChildExecutionTest.java"
NestHost: com.oracle.truffle.api.dsl.test.ChildExecutionTest
InnerClasses:
  public ChildExecutionChildNode = com.oracle.truffle.api.dsl.test.ChildExecutionTest$ChildExecutionChildNode of com.oracle.truffle.api.dsl.test.ChildExecutionTest