class com.oracle.truffle.api.interop.InteropLibrarySnippets$BlockNode extends com.oracle.truffle.api.interop.InteropLibrarySnippets$StatementNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.interop.InteropLibrarySnippets$BlockNode
  super_class: com.oracle.truffle.api.interop.InteropLibrarySnippets$StatementNode
{
  private com.oracle.truffle.api.interop.InteropLibrarySnippets$StatementNode[] children;
    descriptor: [Lcom/oracle/truffle/api/interop/InteropLibrarySnippets$StatementNode;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Children()

  void <init>(com.oracle.truffle.api.interop.InteropLibrarySnippets$StatementNode[]);
    descriptor: ([Lcom/oracle/truffle/api/interop/InteropLibrarySnippets$StatementNode;)V
    flags: (0x0080) ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.interop.InteropLibrarySnippets$BlockNode this
        start local 1 // com.oracle.truffle.api.interop.InteropLibrarySnippets$StatementNode[] children
         0: .line 3797
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.interop.InteropLibrarySnippets$StatementNode.<init>:()V
         1: .line 3798
            aload 0 /* this */
            aload 1 /* children */
            putfield com.oracle.truffle.api.interop.InteropLibrarySnippets$BlockNode.children:[Lcom/oracle/truffle/api/interop/InteropLibrarySnippets$StatementNode;
         2: .line 3799
            return
        end local 1 // com.oracle.truffle.api.interop.InteropLibrarySnippets$StatementNode[] children
        end local 0 // com.oracle.truffle.api.interop.InteropLibrarySnippets$BlockNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/oracle/truffle/api/interop/InteropLibrarySnippets$BlockNode;
            0    3     1  children  [Lcom/oracle/truffle/api/interop/InteropLibrarySnippets$StatementNode;
    MethodParameters:
          Name  Flags
      children  

  void executeVoid(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // com.oracle.truffle.api.interop.InteropLibrarySnippets$BlockNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 3804
            aload 0 /* this */
            getfield com.oracle.truffle.api.interop.InteropLibrarySnippets$BlockNode.children:[Lcom/oracle/truffle/api/interop/InteropLibrarySnippets$StatementNode;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 4
      StackMap locals: com.oracle.truffle.api.interop.InteropLibrarySnippets$BlockNode com.oracle.truffle.api.frame.VirtualFrame top int int com.oracle.truffle.api.interop.InteropLibrarySnippets$StatementNode[]
      StackMap stack:
         1: aload 5
            iload 3
            aaload
            astore 2 /* child */
        start local 2 // com.oracle.truffle.api.interop.InteropLibrarySnippets$StatementNode child
         2: .line 3805
            aload 2 /* child */
            aload 1 /* frame */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrarySnippets$StatementNode.executeVoid:(Lcom/oracle/truffle/api/frame/VirtualFrame;)V
        end local 2 // com.oracle.truffle.api.interop.InteropLibrarySnippets$StatementNode child
         3: .line 3804
            iinc 3 1
      StackMap locals:
      StackMap stack:
         4: iload 3
            iload 4
            if_icmplt 1
         5: .line 3807
            return
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.api.interop.InteropLibrarySnippets$BlockNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/oracle/truffle/api/interop/InteropLibrarySnippets$BlockNode;
            0    6     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            2    3     2  child  Lcom/oracle/truffle/api/interop/InteropLibrarySnippets$StatementNode;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.ExplodeLoop()
    MethodParameters:
       Name  Flags
      frame  
}
SourceFile: "InteropLibrary.java"
NestHost: com.oracle.truffle.api.interop.InteropLibrarySnippets
InnerClasses:
  BlockNode = com.oracle.truffle.api.interop.InteropLibrarySnippets$BlockNode of com.oracle.truffle.api.interop.InteropLibrarySnippets
  abstract StatementNode = com.oracle.truffle.api.interop.InteropLibrarySnippets$StatementNode of com.oracle.truffle.api.interop.InteropLibrarySnippets
  public abstract Children = com.oracle.truffle.api.nodes.Node$Children of com.oracle.truffle.api.nodes.Node