public final class org.eclipse.jgit.diff.ContentSource$Pair
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.jgit.diff.ContentSource$Pair
  super_class: java.lang.Object
{
  private final org.eclipse.jgit.diff.ContentSource oldSource;
    descriptor: Lorg/eclipse/jgit/diff/ContentSource;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.eclipse.jgit.diff.ContentSource newSource;
    descriptor: Lorg/eclipse/jgit/diff/ContentSource;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static volatile int[] $SWITCH_TABLE$org$eclipse$jgit$diff$DiffEntry$Side;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  public void <init>(org.eclipse.jgit.diff.ContentSource, org.eclipse.jgit.diff.ContentSource);
    descriptor: (Lorg/eclipse/jgit/diff/ContentSource;Lorg/eclipse/jgit/diff/ContentSource;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.diff.ContentSource$Pair this
        start local 1 // org.eclipse.jgit.diff.ContentSource oldSource
        start local 2 // org.eclipse.jgit.diff.ContentSource newSource
         0: .line 213
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 214
            aload 0 /* this */
            aload 1 /* oldSource */
            putfield org.eclipse.jgit.diff.ContentSource$Pair.oldSource:Lorg/eclipse/jgit/diff/ContentSource;
         2: .line 215
            aload 0 /* this */
            aload 2 /* newSource */
            putfield org.eclipse.jgit.diff.ContentSource$Pair.newSource:Lorg/eclipse/jgit/diff/ContentSource;
         3: .line 216
            return
        end local 2 // org.eclipse.jgit.diff.ContentSource newSource
        end local 1 // org.eclipse.jgit.diff.ContentSource oldSource
        end local 0 // org.eclipse.jgit.diff.ContentSource$Pair this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/eclipse/jgit/diff/ContentSource$Pair;
            0    4     1  oldSource  Lorg/eclipse/jgit/diff/ContentSource;
            0    4     2  newSource  Lorg/eclipse/jgit/diff/ContentSource;
    MethodParameters:
           Name  Flags
      oldSource  
      newSource  

  public long size(org.eclipse.jgit.diff.DiffEntry$Side, org.eclipse.jgit.diff.DiffEntry);
    descriptor: (Lorg/eclipse/jgit/diff/DiffEntry$Side;Lorg/eclipse/jgit/diff/DiffEntry;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.diff.ContentSource$Pair this
        start local 1 // org.eclipse.jgit.diff.DiffEntry$Side side
        start local 2 // org.eclipse.jgit.diff.DiffEntry ent
         0: .line 230
            invokestatic org.eclipse.jgit.diff.ContentSource$Pair.$SWITCH_TABLE$org$eclipse$jgit$diff$DiffEntry$Side:()[I
            aload 1 /* side */
            invokevirtual org.eclipse.jgit.diff.DiffEntry$Side.ordinal:()I
            iaload
            tableswitch { // 1 - 2
                    1: 1
                    2: 2
              default: 3
          }
         1: .line 232
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.diff.ContentSource$Pair.oldSource:Lorg/eclipse/jgit/diff/ContentSource;
            aload 2 /* ent */
            getfield org.eclipse.jgit.diff.DiffEntry.oldPath:Ljava/lang/String;
            aload 2 /* ent */
            getfield org.eclipse.jgit.diff.DiffEntry.oldId:Lorg/eclipse/jgit/lib/AbbreviatedObjectId;
            invokevirtual org.eclipse.jgit.lib.AbbreviatedObjectId.toObjectId:()Lorg/eclipse/jgit/lib/ObjectId;
            invokevirtual org.eclipse.jgit.diff.ContentSource.size:(Ljava/lang/String;Lorg/eclipse/jgit/lib/ObjectId;)J
            lreturn
         2: .line 234
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.diff.ContentSource$Pair.newSource:Lorg/eclipse/jgit/diff/ContentSource;
            aload 2 /* ent */
            getfield org.eclipse.jgit.diff.DiffEntry.newPath:Ljava/lang/String;
            aload 2 /* ent */
            getfield org.eclipse.jgit.diff.DiffEntry.newId:Lorg/eclipse/jgit/lib/AbbreviatedObjectId;
            invokevirtual org.eclipse.jgit.lib.AbbreviatedObjectId.toObjectId:()Lorg/eclipse/jgit/lib/ObjectId;
            invokevirtual org.eclipse.jgit.diff.ContentSource.size:(Ljava/lang/String;Lorg/eclipse/jgit/lib/ObjectId;)J
            lreturn
         3: .line 236
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
        end local 2 // org.eclipse.jgit.diff.DiffEntry ent
        end local 1 // org.eclipse.jgit.diff.DiffEntry$Side side
        end local 0 // org.eclipse.jgit.diff.ContentSource$Pair this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jgit/diff/ContentSource$Pair;
            0    4     1  side  Lorg/eclipse/jgit/diff/DiffEntry$Side;
            0    4     2   ent  Lorg/eclipse/jgit/diff/DiffEntry;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      side  
      ent   

  public org.eclipse.jgit.lib.ObjectLoader open(org.eclipse.jgit.diff.DiffEntry$Side, org.eclipse.jgit.diff.DiffEntry);
    descriptor: (Lorg/eclipse/jgit/diff/DiffEntry$Side;Lorg/eclipse/jgit/diff/DiffEntry;)Lorg/eclipse/jgit/lib/ObjectLoader;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.diff.ContentSource$Pair this
        start local 1 // org.eclipse.jgit.diff.DiffEntry$Side side
        start local 2 // org.eclipse.jgit.diff.DiffEntry ent
         0: .line 255
            invokestatic org.eclipse.jgit.diff.ContentSource$Pair.$SWITCH_TABLE$org$eclipse$jgit$diff$DiffEntry$Side:()[I
            aload 1 /* side */
            invokevirtual org.eclipse.jgit.diff.DiffEntry$Side.ordinal:()I
            iaload
            tableswitch { // 1 - 2
                    1: 1
                    2: 2
              default: 3
          }
         1: .line 257
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.diff.ContentSource$Pair.oldSource:Lorg/eclipse/jgit/diff/ContentSource;
            aload 2 /* ent */
            getfield org.eclipse.jgit.diff.DiffEntry.oldPath:Ljava/lang/String;
            aload 2 /* ent */
            getfield org.eclipse.jgit.diff.DiffEntry.oldId:Lorg/eclipse/jgit/lib/AbbreviatedObjectId;
            invokevirtual org.eclipse.jgit.lib.AbbreviatedObjectId.toObjectId:()Lorg/eclipse/jgit/lib/ObjectId;
            invokevirtual org.eclipse.jgit.diff.ContentSource.open:(Ljava/lang/String;Lorg/eclipse/jgit/lib/ObjectId;)Lorg/eclipse/jgit/lib/ObjectLoader;
            areturn
         2: .line 259
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.diff.ContentSource$Pair.newSource:Lorg/eclipse/jgit/diff/ContentSource;
            aload 2 /* ent */
            getfield org.eclipse.jgit.diff.DiffEntry.newPath:Ljava/lang/String;
            aload 2 /* ent */
            getfield org.eclipse.jgit.diff.DiffEntry.newId:Lorg/eclipse/jgit/lib/AbbreviatedObjectId;
            invokevirtual org.eclipse.jgit.lib.AbbreviatedObjectId.toObjectId:()Lorg/eclipse/jgit/lib/ObjectId;
            invokevirtual org.eclipse.jgit.diff.ContentSource.open:(Ljava/lang/String;Lorg/eclipse/jgit/lib/ObjectId;)Lorg/eclipse/jgit/lib/ObjectLoader;
            areturn
         3: .line 261
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
        end local 2 // org.eclipse.jgit.diff.DiffEntry ent
        end local 1 // org.eclipse.jgit.diff.DiffEntry$Side side
        end local 0 // org.eclipse.jgit.diff.ContentSource$Pair this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jgit/diff/ContentSource$Pair;
            0    4     1  side  Lorg/eclipse/jgit/diff/DiffEntry$Side;
            0    4     2   ent  Lorg/eclipse/jgit/diff/DiffEntry;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      side  
      ent   

  static int[] $SWITCH_TABLE$org$eclipse$jgit$diff$DiffEntry$Side();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 200
            getstatic org.eclipse.jgit.diff.ContentSource$Pair.$SWITCH_TABLE$org$eclipse$jgit$diff$DiffEntry$Side:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.eclipse.jgit.diff.DiffEntry$Side.values:()[Lorg/eclipse/jgit/diff/DiffEntry$Side;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.eclipse.jgit.diff.DiffEntry$Side.NEW:Lorg/eclipse/jgit/diff/DiffEntry$Side;
            invokevirtual org.eclipse.jgit.diff.DiffEntry$Side.ordinal:()I
            iconst_2
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic org.eclipse.jgit.diff.DiffEntry$Side.OLD:Lorg/eclipse/jgit/diff/DiffEntry$Side;
            invokevirtual org.eclipse.jgit.diff.DiffEntry$Side.ordinal:()I
            iconst_1
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            dup
            putstatic org.eclipse.jgit.diff.ContentSource$Pair.$SWITCH_TABLE$org$eclipse$jgit$diff$DiffEntry$Side:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
}
SourceFile: "ContentSource.java"
NestHost: org.eclipse.jgit.diff.ContentSource
InnerClasses:
  public final Pair = org.eclipse.jgit.diff.ContentSource$Pair of org.eclipse.jgit.diff.ContentSource
  public final Side = org.eclipse.jgit.diff.DiffEntry$Side of org.eclipse.jgit.diff.DiffEntry