public class org.jruby.ast.RescueBodyNode extends org.jruby.ast.Node
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ast.RescueBodyNode
  super_class: org.jruby.ast.Node
{
  private final org.jruby.ast.Node exceptionNodes;
    descriptor: Lorg/jruby/ast/Node;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.jruby.ast.Node bodyNode;
    descriptor: Lorg/jruby/ast/Node;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.jruby.ast.RescueBodyNode optRescueNode;
    descriptor: Lorg/jruby/ast/RescueBodyNode;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  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 43
            ldc Lorg/jruby/ast/RescueBodyNode;
            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 org.jruby.ast.RescueBodyNode.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.jruby.lexer.yacc.ISourcePosition, org.jruby.ast.Node, org.jruby.ast.Node, org.jruby.ast.RescueBodyNode);
    descriptor: (Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/ast/Node;Lorg/jruby/ast/Node;Lorg/jruby/ast/RescueBodyNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.jruby.ast.RescueBodyNode this
        start local 1 // org.jruby.lexer.yacc.ISourcePosition position
        start local 2 // org.jruby.ast.Node exceptionNodes
        start local 3 // org.jruby.ast.Node bodyNode
        start local 4 // org.jruby.ast.RescueBodyNode optRescueNode
         0: .line 49
            aload 0 /* this */
            aload 1 /* position */
            aload 2 /* exceptionNodes */
            ifnull 1
            aload 2 /* exceptionNodes */
            invokevirtual org.jruby.ast.Node.containsVariableAssignment:()Z
            ifne 3
         1: .line 50
      StackMap locals: uninitialized-this org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.Node org.jruby.ast.Node org.jruby.ast.RescueBodyNode
      StackMap stack: uninitialized-this org.jruby.lexer.yacc.ISourcePosition
            aload 3 /* bodyNode */
            invokevirtual org.jruby.ast.Node.containsVariableAssignment:()Z
            ifne 3
            aload 4 /* optRescueNode */
            ifnull 2
            aload 4 /* optRescueNode */
            invokevirtual org.jruby.ast.RescueBodyNode.containsVariableAssignment:()Z
            ifne 3
      StackMap locals: uninitialized-this org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.Node org.jruby.ast.Node org.jruby.ast.RescueBodyNode
      StackMap stack: uninitialized-this org.jruby.lexer.yacc.ISourcePosition
         2: iconst_0
            goto 4
      StackMap locals: uninitialized-this org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.Node org.jruby.ast.Node org.jruby.ast.RescueBodyNode
      StackMap stack: uninitialized-this org.jruby.lexer.yacc.ISourcePosition
         3: iconst_1
      StackMap locals: uninitialized-this org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.Node org.jruby.ast.Node org.jruby.ast.RescueBodyNode
      StackMap stack: uninitialized-this org.jruby.lexer.yacc.ISourcePosition int
         4: invokespecial org.jruby.ast.Node.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;Z)V
         5: .line 52
            getstatic org.jruby.ast.RescueBodyNode.$assertionsDisabled:Z
            ifne 6
            aload 3 /* bodyNode */
            ifnonnull 6
            new java.lang.AssertionError
            dup
            ldc "bodyNode is not null"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         6: .line 54
      StackMap locals: org.jruby.ast.RescueBodyNode org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.Node org.jruby.ast.Node org.jruby.ast.RescueBodyNode
      StackMap stack:
            aload 0 /* this */
            aload 2 /* exceptionNodes */
            putfield org.jruby.ast.RescueBodyNode.exceptionNodes:Lorg/jruby/ast/Node;
         7: .line 55
            aload 0 /* this */
            aload 3 /* bodyNode */
            putfield org.jruby.ast.RescueBodyNode.bodyNode:Lorg/jruby/ast/Node;
         8: .line 56
            aload 0 /* this */
            aload 4 /* optRescueNode */
            putfield org.jruby.ast.RescueBodyNode.optRescueNode:Lorg/jruby/ast/RescueBodyNode;
         9: .line 57
            return
        end local 4 // org.jruby.ast.RescueBodyNode optRescueNode
        end local 3 // org.jruby.ast.Node bodyNode
        end local 2 // org.jruby.ast.Node exceptionNodes
        end local 1 // org.jruby.lexer.yacc.ISourcePosition position
        end local 0 // org.jruby.ast.RescueBodyNode this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0            this  Lorg/jruby/ast/RescueBodyNode;
            0   10     1        position  Lorg/jruby/lexer/yacc/ISourcePosition;
            0   10     2  exceptionNodes  Lorg/jruby/ast/Node;
            0   10     3        bodyNode  Lorg/jruby/ast/Node;
            0   10     4   optRescueNode  Lorg/jruby/ast/RescueBodyNode;
    MethodParameters:
                Name  Flags
      position        
      exceptionNodes  
      bodyNode        
      optRescueNode   

  public org.jruby.ast.NodeType getNodeType();
    descriptor: ()Lorg/jruby/ast/NodeType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.RescueBodyNode this
         0: .line 60
            getstatic org.jruby.ast.NodeType.RESCUEBODYNODE:Lorg/jruby/ast/NodeType;
            areturn
        end local 0 // org.jruby.ast.RescueBodyNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/RescueBodyNode;

  public <T> T accept(org.jruby.ast.visitor.NodeVisitor<T>);
    descriptor: (Lorg/jruby/ast/visitor/NodeVisitor;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ast.RescueBodyNode this
        start local 1 // org.jruby.ast.visitor.NodeVisitor iVisitor
         0: .line 68
            aload 1 /* iVisitor */
            aload 0 /* this */
            invokeinterface org.jruby.ast.visitor.NodeVisitor.visitRescueBodyNode:(Lorg/jruby/ast/RescueBodyNode;)Ljava/lang/Object;
            areturn
        end local 1 // org.jruby.ast.visitor.NodeVisitor iVisitor
        end local 0 // org.jruby.ast.RescueBodyNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/ast/RescueBodyNode;
            0    1     1  iVisitor  Lorg/jruby/ast/visitor/NodeVisitor<TT;>;
    Signature: <T:Ljava/lang/Object;>(Lorg/jruby/ast/visitor/NodeVisitor<TT;>;)TT;
    MethodParameters:
          Name  Flags
      iVisitor  

  public org.jruby.ast.Node getBodyNode();
    descriptor: ()Lorg/jruby/ast/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.RescueBodyNode this
         0: .line 76
            aload 0 /* this */
            getfield org.jruby.ast.RescueBodyNode.bodyNode:Lorg/jruby/ast/Node;
            areturn
        end local 0 // org.jruby.ast.RescueBodyNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/RescueBodyNode;

  public org.jruby.ast.RescueBodyNode getOptRescueNode();
    descriptor: ()Lorg/jruby/ast/RescueBodyNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.RescueBodyNode this
         0: .line 83
            aload 0 /* this */
            getfield org.jruby.ast.RescueBodyNode.optRescueNode:Lorg/jruby/ast/RescueBodyNode;
            areturn
        end local 0 // org.jruby.ast.RescueBodyNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/RescueBodyNode;

  public org.jruby.ast.Node getExceptionNodes();
    descriptor: ()Lorg/jruby/ast/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.RescueBodyNode this
         0: .line 91
            aload 0 /* this */
            getfield org.jruby.ast.RescueBodyNode.exceptionNodes:Lorg/jruby/ast/Node;
            areturn
        end local 0 // org.jruby.ast.RescueBodyNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/RescueBodyNode;

  public java.util.List<org.jruby.ast.Node> childNodes();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jruby.ast.RescueBodyNode this
         0: .line 95
            aload 0 /* this */
            getfield org.jruby.ast.RescueBodyNode.optRescueNode:Lorg/jruby/ast/RescueBodyNode;
            ifnull 1
            aload 0 /* this */
            getfield org.jruby.ast.RescueBodyNode.exceptionNodes:Lorg/jruby/ast/Node;
            aload 0 /* this */
            getfield org.jruby.ast.RescueBodyNode.bodyNode:Lorg/jruby/ast/Node;
            aload 0 /* this */
            getfield org.jruby.ast.RescueBodyNode.optRescueNode:Lorg/jruby/ast/RescueBodyNode;
            invokestatic org.jruby.ast.Node.createList:(Lorg/jruby/ast/Node;Lorg/jruby/ast/Node;Lorg/jruby/ast/Node;)Ljava/util/List;
            areturn
         1: .line 97
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.ast.RescueBodyNode.exceptionNodes:Lorg/jruby/ast/Node;
            aload 0 /* this */
            getfield org.jruby.ast.RescueBodyNode.bodyNode:Lorg/jruby/ast/Node;
            invokestatic org.jruby.ast.Node.createList:(Lorg/jruby/ast/Node;Lorg/jruby/ast/Node;)Ljava/util/List;
            areturn
        end local 0 // org.jruby.ast.RescueBodyNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/ast/RescueBodyNode;
    Signature: ()Ljava/util/List<Lorg/jruby/ast/Node;>;
}
SourceFile: "RescueBodyNode.java"