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 // org.jruby.ast.Match2CaptureNode this
        start local 1 // org.jruby.lexer.yacc.ISourcePosition position
        start local 2 // org.jruby.ast.Node receiverNode
        start local 3 // org.jruby.ast.Node valueNode
        start local 4 // int[] scopeOffsets
         0: .line 11
            aload 0 /* this */
            aload 1 /* position */
            aload 2 /* receiverNode */
            aload 3 /* valueNode */
            invokespecial org.jruby.ast.Match2Node.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/ast/Node;Lorg/jruby/ast/Node;)V
         1: .line 13
            aload 0 /* this */
            aload 4 /* scopeOffsets */
            putfield org.jruby.ast.Match2CaptureNode.scopeOffsets:[I
         2: .line 14
            return
        end local 4 // int[] scopeOffsets
        end local 3 // org.jruby.ast.Node valueNode
        end local 2 // org.jruby.ast.Node receiverNode
        end local 1 // org.jruby.lexer.yacc.ISourcePosition position
        end local 0 // org.jruby.ast.Match2CaptureNode this
      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 // org.jruby.ast.Match2CaptureNode this
         0: .line 17
            aload 0 /* this */
            getfield org.jruby.ast.Match2CaptureNode.scopeOffsets:[I
            areturn
        end local 0 // org.jruby.ast.Match2CaptureNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/Match2CaptureNode;
}
SourceFile: "Match2CaptureNode.java"