public class org.jruby.ast.Match2CaptureNode extends org.jruby.ast.Match2Node
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.jruby.ast.Match2CaptureNode
super_class: org.jruby.ast.Match2Node
{
private int[] scopeOffsets;
descriptor: [I
flags: (0x0002) ACC_PRIVATE
public void <init>(org.jruby.lexer.yacc.ISourcePosition, org.jruby.ast.Node, org.jruby.ast.Node, int[]);
descriptor: (Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/ast/Node;Lorg/jruby/ast/Node;[I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, 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
aload 3
invokespecial org.jruby.ast.Match2Node.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/ast/Node;Lorg/jruby/ast/Node;)V
1: aload 0
aload 4
putfield org.jruby.ast.Match2CaptureNode.scopeOffsets:[I
2: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/ast/Match2CaptureNode;
0 3 1 position Lorg/jruby/lexer/yacc/ISourcePosition;
0 3 2 receiverNode Lorg/jruby/ast/Node;
0 3 3 valueNode Lorg/jruby/ast/Node;
0 3 4 scopeOffsets [I
MethodParameters:
Name Flags
position
receiverNode
valueNode
scopeOffsets
public int[] getScopeOffsets();
descriptor: ()[I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.ast.Match2CaptureNode.scopeOffsets:[I
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ast/Match2CaptureNode;
}
SourceFile: "Match2CaptureNode.java"