public class org.jruby.ast.IterNode extends org.jruby.ast.Node implements org.jruby.ast.DefNode
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.jruby.ast.IterNode
super_class: org.jruby.ast.Node
{
private final org.jruby.ast.Node varNode;
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 org.jruby.parser.StaticScope scope;
descriptor: Lorg/jruby/parser/StaticScope;
flags: (0x0002) ACC_PRIVATE
private int endLine;
descriptor: I
flags: (0x0002) ACC_PRIVATE
public void <init>(org.jruby.lexer.yacc.ISourcePosition, org.jruby.ast.Node, org.jruby.parser.StaticScope, org.jruby.ast.Node, int);
descriptor: (Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/ast/Node;Lorg/jruby/parser/StaticScope;Lorg/jruby/ast/Node;I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
aload 2
ifnull 1
aload 2
getfield org.jruby.ast.Node.containsVariableAssignment:Z
ifne 3
StackMap locals: uninitialized-this org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.Node org.jruby.parser.StaticScope org.jruby.ast.Node int
StackMap stack: uninitialized-this org.jruby.lexer.yacc.ISourcePosition
1: aload 4
ifnull 2
aload 4
getfield org.jruby.ast.Node.containsVariableAssignment:Z
ifne 3
StackMap locals: uninitialized-this org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.Node org.jruby.parser.StaticScope org.jruby.ast.Node int
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.parser.StaticScope org.jruby.ast.Node int
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.parser.StaticScope org.jruby.ast.Node int
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: aload 0
aload 2
putfield org.jruby.ast.IterNode.varNode:Lorg/jruby/ast/Node;
6: aload 0
aload 3
putfield org.jruby.ast.IterNode.scope:Lorg/jruby/parser/StaticScope;
7: aload 0
aload 4
putfield org.jruby.ast.IterNode.bodyNode:Lorg/jruby/ast/Node;
8: aload 0
iload 5
putfield org.jruby.ast.IterNode.endLine:I
9: return
end local 5 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/IterNode;
0 10 1 position Lorg/jruby/lexer/yacc/ISourcePosition;
0 10 2 args Lorg/jruby/ast/Node;
0 10 3 scope Lorg/jruby/parser/StaticScope;
0 10 4 body Lorg/jruby/ast/Node;
0 10 5 endLine I
MethodParameters:
Name Flags
position
args
scope
body
endLine
public void <init>(org.jruby.lexer.yacc.ISourcePosition, org.jruby.ast.ArgsNode, org.jruby.ast.Node, org.jruby.parser.StaticScope, int);
descriptor: (Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/ast/ArgsNode;Lorg/jruby/ast/Node;Lorg/jruby/parser/StaticScope;I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
aload 2
ifnull 1
aload 2
getfield org.jruby.ast.ArgsNode.containsVariableAssignment:Z
ifne 3
StackMap locals: uninitialized-this org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.ArgsNode org.jruby.ast.Node org.jruby.parser.StaticScope int
StackMap stack: uninitialized-this org.jruby.lexer.yacc.ISourcePosition
1: aload 3
ifnull 2
aload 3
getfield org.jruby.ast.Node.containsVariableAssignment:Z
ifne 3
StackMap locals: uninitialized-this org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.ArgsNode org.jruby.ast.Node org.jruby.parser.StaticScope int
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.ArgsNode org.jruby.ast.Node org.jruby.parser.StaticScope int
StackMap stack: uninitialized-this org.jruby.lexer.yacc.ISourcePosition
3: iconst_1
StackMap locals: uninitialized-this org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.ArgsNode org.jruby.ast.Node org.jruby.parser.StaticScope int
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: aload 0
aload 2
putfield org.jruby.ast.IterNode.varNode:Lorg/jruby/ast/Node;
6: aload 0
aload 3
ifnonnull 7
getstatic org.jruby.ast.NilImplicitNode.NIL:Lorg/jruby/ast/NilImplicitNode;
goto 8
StackMap locals: org.jruby.ast.IterNode org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.ArgsNode org.jruby.ast.Node org.jruby.parser.StaticScope int
StackMap stack: org.jruby.ast.IterNode
7: aload 3
StackMap locals: org.jruby.ast.IterNode org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.ArgsNode org.jruby.ast.Node org.jruby.parser.StaticScope int
StackMap stack: org.jruby.ast.IterNode org.jruby.ast.Node
8: putfield org.jruby.ast.IterNode.bodyNode:Lorg/jruby/ast/Node;
9: aload 0
aload 4
putfield org.jruby.ast.IterNode.scope:Lorg/jruby/parser/StaticScope;
10: aload 0
iload 5
putfield org.jruby.ast.IterNode.endLine:I
11: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/jruby/ast/IterNode;
0 12 1 position Lorg/jruby/lexer/yacc/ISourcePosition;
0 12 2 args Lorg/jruby/ast/ArgsNode;
0 12 3 body Lorg/jruby/ast/Node;
0 12 4 scope Lorg/jruby/parser/StaticScope;
0 12 5 endLine I
MethodParameters:
Name Flags
position
args
body
scope
endLine
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.ITERNODE:Lorg/jruby/ast/NodeType;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ast/IterNode;
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.visitIterNode:(Lorg/jruby/ast/IterNode;)Ljava/lang/Object;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ast/IterNode;
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.ArgsNode getArgsNode();
descriptor: ()Lorg/jruby/ast/ArgsNode;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.ast.IterNode.varNode:Lorg/jruby/ast/Node;
checkcast org.jruby.ast.ArgsNode
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ast/IterNode;
public org.jruby.parser.StaticScope getScope();
descriptor: ()Lorg/jruby/parser/StaticScope;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.ast.IterNode.scope:Lorg/jruby/parser/StaticScope;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ast/IterNode;
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.IterNode.bodyNode:Lorg/jruby/ast/Node;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ast/IterNode;
public org.jruby.ast.Node getVarNode();
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.IterNode.varNode:Lorg/jruby/ast/Node;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ast/IterNode;
public java.util.List<org.jruby.ast.Node> childNodes();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.ast.IterNode.varNode:Lorg/jruby/ast/Node;
aload 0
getfield org.jruby.ast.IterNode.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 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ast/IterNode;
Signature: ()Ljava/util/List<Lorg/jruby/ast/Node;>;
public int getEndLine();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.ast.IterNode.endLine:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ast/IterNode;
}
SourceFile: "IterNode.java"