class org.apache.commons.math3.linear.AbstractRealMatrix$4 extends org.apache.commons.math3.linear.DefaultRealMatrixPreservingVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.math3.linear.AbstractRealMatrix$4
  super_class: org.apache.commons.math3.linear.DefaultRealMatrixPreservingVisitor
{
  private int startRow;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int startColumn;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  final org.apache.commons.math3.linear.AbstractRealMatrix this$0;
    descriptor: Lorg/apache/commons/math3/linear/AbstractRealMatrix;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final double[][] val$destination;
    descriptor: [[D
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.commons.math3.linear.AbstractRealMatrix, double[][]);
    descriptor: (Lorg/apache/commons/math3/linear/AbstractRealMatrix;[[D)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.commons.math3.linear.AbstractRealMatrix$4 this
         0: .line 362
            aload 0 /* this */
            aload 1
            putfield org.apache.commons.math3.linear.AbstractRealMatrix$4.this$0:Lorg/apache/commons/math3/linear/AbstractRealMatrix;
            aload 0 /* this */
            aload 2
            putfield org.apache.commons.math3.linear.AbstractRealMatrix$4.val$destination:[[D
            aload 0 /* this */
            invokespecial org.apache.commons.math3.linear.DefaultRealMatrixPreservingVisitor.<init>:()V
            return
        end local 0 // org.apache.commons.math3.linear.AbstractRealMatrix$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/linear/AbstractRealMatrix$4;
    MethodParameters:
                 Name  Flags
      this$0           final
      val$destination  final

  public void start(int, int, int, int, int, int);
    descriptor: (IIIIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // org.apache.commons.math3.linear.AbstractRealMatrix$4 this
        start local 1 // int rows
        start local 2 // int columns
        start local 3 // int startRow
        start local 4 // int endRow
        start local 5 // int startColumn
        start local 6 // int endColumn
         0: .line 375
            aload 0 /* this */
            iload 3 /* startRow */
            putfield org.apache.commons.math3.linear.AbstractRealMatrix$4.startRow:I
         1: .line 376
            aload 0 /* this */
            iload 5 /* startColumn */
            putfield org.apache.commons.math3.linear.AbstractRealMatrix$4.startColumn:I
         2: .line 377
            return
        end local 6 // int endColumn
        end local 5 // int startColumn
        end local 4 // int endRow
        end local 3 // int startRow
        end local 2 // int columns
        end local 1 // int rows
        end local 0 // org.apache.commons.math3.linear.AbstractRealMatrix$4 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/apache/commons/math3/linear/AbstractRealMatrix$4;
            0    3     1         rows  I
            0    3     2      columns  I
            0    3     3     startRow  I
            0    3     4       endRow  I
            0    3     5  startColumn  I
            0    3     6    endColumn  I
    MethodParameters:
             Name  Flags
      rows         final
      columns      final
      startRow     final
      endRow       final
      startColumn  final
      endColumn    final

  public void visit(int, int, double);
    descriptor: (IID)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // org.apache.commons.math3.linear.AbstractRealMatrix$4 this
        start local 1 // int row
        start local 2 // int column
        start local 3 // double value
         0: .line 382
            aload 0 /* this */
            getfield org.apache.commons.math3.linear.AbstractRealMatrix$4.val$destination:[[D
            iload 1 /* row */
            aload 0 /* this */
            getfield org.apache.commons.math3.linear.AbstractRealMatrix$4.startRow:I
            isub
            aaload
            iload 2 /* column */
            aload 0 /* this */
            getfield org.apache.commons.math3.linear.AbstractRealMatrix$4.startColumn:I
            isub
            dload 3 /* value */
            dastore
         1: .line 383
            return
        end local 3 // double value
        end local 2 // int column
        end local 1 // int row
        end local 0 // org.apache.commons.math3.linear.AbstractRealMatrix$4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/commons/math3/linear/AbstractRealMatrix$4;
            0    2     1     row  I
            0    2     2  column  I
            0    2     3   value  D
    MethodParameters:
        Name  Flags
      row     final
      column  final
      value   final
}
SourceFile: "AbstractRealMatrix.java"
EnclosingMethod: org.apache.commons.math3.linear.AbstractRealMatrix.copySubMatrix:(IIII[[D)V
NestHost: org.apache.commons.math3.linear.AbstractRealMatrix
InnerClasses:
  org.apache.commons.math3.linear.AbstractRealMatrix$4