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 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
ifnull 1
aload 2
invokevirtual org.jruby.ast.Node.containsVariableAssignment:()Z
ifne 4
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
aload 3
ifnull 2
aload 3
invokevirtual org.jruby.ast.RescueBodyNode.containsVariableAssignment:()Z
ifne 4
2: 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
ifnull 3
aload 4
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: aload 0
aload 2
putfield org.jruby.ast.RescueNode.bodyNode:Lorg/jruby/ast/Node;
7: aload 0
aload 3
putfield org.jruby.ast.RescueNode.rescueNode:Lorg/jruby/ast/RescueBodyNode;
8: aload 0
aload 4
putfield org.jruby.ast.RescueNode.elseNode:Lorg/jruby/ast/Node;
9: return
end local 4 end local 3 end local 2 end local 1 end local 0 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 0: getstatic org.jruby.ast.NodeType.RESCUENODE:Lorg/jruby/ast/NodeType;
areturn
end local 0 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 start local 1 0: aload 1
aload 0
invokeinterface org.jruby.ast.visitor.NodeVisitor.visitRescueNode:(Lorg/jruby/ast/RescueNode;)Ljava/lang/Object;
areturn
end local 1 end local 0 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 0: aload 0
getfield org.jruby.ast.RescueNode.bodyNode:Lorg/jruby/ast/Node;
areturn
end local 0 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 0: aload 0
getfield org.jruby.ast.RescueNode.elseNode:Lorg/jruby/ast/Node;
areturn
end local 0 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 0: aload 0
getfield org.jruby.ast.RescueNode.rescueNode:Lorg/jruby/ast/RescueBodyNode;
areturn
end local 0 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 0: aload 0
getfield org.jruby.ast.RescueNode.rescueNode:Lorg/jruby/ast/RescueBodyNode;
aload 0
getfield org.jruby.ast.RescueNode.bodyNode:Lorg/jruby/ast/Node;
aload 0
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 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"