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

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

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

  public void <init>(org.jruby.lexer.yacc.ISourcePosition, org.jruby.ast.Node, org.jruby.ast.RescueBodyNode, org.jruby.ast.Node);
    descriptor: (Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/ast/Node;Lorg/jruby/ast/RescueBodyNode;Lorg/jruby/ast/Node;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.jruby.ast.RescueNode this
        start local 1 // org.jruby.lexer.yacc.ISourcePosition position
        start local 2 // org.jruby.ast.Node bodyNode
        start local 3 // org.jruby.ast.RescueBodyNode rescueNode
        start local 4 // org.jruby.ast.Node elseNode
         0: .line 50
            aload 0 /* this */
            aload 1 /* position */
            aload 2 /* bodyNode */
            ifnull 1
            aload 2 /* bodyNode */
            invokevirtual org.jruby.ast.Node.containsVariableAssignment:()Z
            ifne 4
         1: .line 51
      StackMap locals: uninitialized-this org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.Node org.jruby.ast.RescueBodyNode org.jruby.ast.Node
      StackMap stack: uninitialized-this org.jruby.lexer.yacc.ISourcePosition
            aload 3 /* rescueNode */
            ifnull 2
            aload 3 /* rescueNode */
            invokevirtual org.jruby.ast.RescueBodyNode.containsVariableAssignment:()Z
            ifne 4
         2: .line 52
      StackMap locals: uninitialized-this org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.Node org.jruby.ast.RescueBodyNode org.jruby.ast.Node
      StackMap stack: uninitialized-this org.jruby.lexer.yacc.ISourcePosition
            aload 4 /* elseNode */
            ifnull 3
            aload 4 /* elseNode */
            invokevirtual org.jruby.ast.Node.containsVariableAssignment:()Z
            ifne 4
      StackMap locals: uninitialized-this org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.Node org.jruby.ast.RescueBodyNode org.jruby.ast.Node
      StackMap stack: uninitialized-this org.jruby.lexer.yacc.ISourcePosition
         3: iconst_0
            goto 5
      StackMap locals: uninitialized-this org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.Node org.jruby.ast.RescueBodyNode org.jruby.ast.Node
      StackMap stack: uninitialized-this org.jruby.lexer.yacc.ISourcePosition
         4: iconst_1
      StackMap locals: uninitialized-this org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.Node org.jruby.ast.RescueBodyNode org.jruby.ast.Node
      StackMap stack: uninitialized-this org.jruby.lexer.yacc.ISourcePosition int
         5: invokespecial org.jruby.ast.Node.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;Z)V
         6: .line 53
            aload 0 /* this */
            aload 2 /* bodyNode */
            putfield org.jruby.ast.RescueNode.bodyNode:Lorg/jruby/ast/Node;
         7: .line 54
            aload 0 /* this */
            aload 3 /* rescueNode */
            putfield org.jruby.ast.RescueNode.rescueNode:Lorg/jruby/ast/RescueBodyNode;
         8: .line 55
            aload 0 /* this */
            aload 4 /* elseNode */
            putfield org.jruby.ast.RescueNode.elseNode:Lorg/jruby/ast/Node;
         9: .line 56
            return
        end local 4 // org.jruby.ast.Node elseNode
        end local 3 // org.jruby.ast.RescueBodyNode rescueNode
        end local 2 // org.jruby.ast.Node bodyNode
        end local 1 // org.jruby.lexer.yacc.ISourcePosition position
        end local 0 // org.jruby.ast.RescueNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lorg/jruby/ast/RescueNode;
            0   10     1    position  Lorg/jruby/lexer/yacc/ISourcePosition;
            0   10     2    bodyNode  Lorg/jruby/ast/Node;
            0   10     3  rescueNode  Lorg/jruby/ast/RescueBodyNode;
            0   10     4    elseNode  Lorg/jruby/ast/Node;
    MethodParameters:
            Name  Flags
      position    
      bodyNode    
      rescueNode  
      elseNode    

  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.RescueNode this
         0: .line 59
            getstatic org.jruby.ast.NodeType.RESCUENODE:Lorg/jruby/ast/NodeType;
            areturn
        end local 0 // org.jruby.ast.RescueNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/RescueNode;

  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.RescueNode this
        start local 1 // org.jruby.ast.visitor.NodeVisitor iVisitor
         0: .line 67
            aload 1 /* iVisitor */
            aload 0 /* this */
            invokeinterface org.jruby.ast.visitor.NodeVisitor.visitRescueNode:(Lorg/jruby/ast/RescueNode;)Ljava/lang/Object;
            areturn
        end local 1 // org.jruby.ast.visitor.NodeVisitor iVisitor
        end local 0 // org.jruby.ast.RescueNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/ast/RescueNode;
            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.RescueNode this
         0: .line 75
            aload 0 /* this */
            getfield org.jruby.ast.RescueNode.bodyNode:Lorg/jruby/ast/Node;
            areturn
        end local 0 // org.jruby.ast.RescueNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/RescueNode;

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

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

  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.RescueNode this
         0: .line 95
            aload 0 /* this */
            getfield org.jruby.ast.RescueNode.rescueNode:Lorg/jruby/ast/RescueBodyNode;
            aload 0 /* this */
            getfield org.jruby.ast.RescueNode.bodyNode:Lorg/jruby/ast/Node;
            aload 0 /* this */
            getfield org.jruby.ast.RescueNode.elseNode:Lorg/jruby/ast/Node;
            invokestatic org.jruby.ast.Node.createList:(Lorg/jruby/ast/Node;Lorg/jruby/ast/Node;Lorg/jruby/ast/Node;)Ljava/util/List;
            areturn
        end local 0 // org.jruby.ast.RescueNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/RescueNode;
    Signature: ()Ljava/util/List<Lorg/jruby/ast/Node;>;
}
SourceFile: "RescueNode.java"