class org.eclipse.jgit.api.CheckoutCommand$1 extends org.eclipse.jgit.dircache.DirCacheEditor$PathEdit
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jgit.api.CheckoutCommand$1
  super_class: org.eclipse.jgit.dircache.DirCacheEditor$PathEdit
{
  final org.eclipse.jgit.api.CheckoutCommand this$0;
    descriptor: Lorg/eclipse/jgit/api/CheckoutCommand;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.eclipse.jgit.lib.ObjectReader val$r;
    descriptor: Lorg/eclipse/jgit/lib/ObjectReader;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.eclipse.jgit.lib.CoreConfig$EolStreamType val$eolStreamType;
    descriptor: Lorg/eclipse/jgit/lib/CoreConfig$EolStreamType;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$filterCommand;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$path;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.jgit.api.CheckoutCommand, java.lang.String, org.eclipse.jgit.lib.ObjectReader, org.eclipse.jgit.lib.CoreConfig$EolStreamType, java.lang.String, java.lang.String);
    descriptor: (Lorg/eclipse/jgit/api/CheckoutCommand;Ljava/lang/String;Lorg/eclipse/jgit/lib/ObjectReader;Lorg/eclipse/jgit/lib/CoreConfig$EolStreamType;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // org.eclipse.jgit.api.CheckoutCommand$1 this
        start local 2 // java.lang.String $anonymous0
         0: .line 494
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jgit.api.CheckoutCommand$1.this$0:Lorg/eclipse/jgit/api/CheckoutCommand;
            aload 0 /* this */
            aload 3
            putfield org.eclipse.jgit.api.CheckoutCommand$1.val$r:Lorg/eclipse/jgit/lib/ObjectReader;
            aload 0 /* this */
            aload 4
            putfield org.eclipse.jgit.api.CheckoutCommand$1.val$eolStreamType:Lorg/eclipse/jgit/lib/CoreConfig$EolStreamType;
            aload 0 /* this */
            aload 5
            putfield org.eclipse.jgit.api.CheckoutCommand$1.val$filterCommand:Ljava/lang/String;
            aload 0 /* this */
            aload 6
            putfield org.eclipse.jgit.api.CheckoutCommand$1.val$path:Ljava/lang/String;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial org.eclipse.jgit.dircache.DirCacheEditor$PathEdit.<init>:(Ljava/lang/String;)V
            return
        end local 2 // java.lang.String $anonymous0
        end local 0 // org.eclipse.jgit.api.CheckoutCommand$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/eclipse/jgit/api/CheckoutCommand$1;
            0    1     2  $anonymous0  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      this$0             final
      $anonymous0        
      val$r              final
      val$eolStreamType  final
      val$filterCommand  final
      val$path           final

  public void apply(org.eclipse.jgit.dircache.DirCacheEntry);
    descriptor: (Lorg/eclipse/jgit/dircache/DirCacheEntry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // org.eclipse.jgit.api.CheckoutCommand$1 this
        start local 1 // org.eclipse.jgit.dircache.DirCacheEntry ent
         0: .line 497
            aload 1 /* ent */
            invokevirtual org.eclipse.jgit.dircache.DirCacheEntry.getStage:()I
            istore 2 /* stage */
        start local 2 // int stage
         1: .line 498
            iload 2 /* stage */
            ifle 13
         2: .line 499
            aload 0 /* this */
            getfield org.eclipse.jgit.api.CheckoutCommand$1.this$0:Lorg/eclipse/jgit/api/CheckoutCommand;
            getfield org.eclipse.jgit.api.CheckoutCommand.checkoutStage:Lorg/eclipse/jgit/api/CheckoutCommand$Stage;
            ifnull 9
         3: .line 500
            iload 2 /* stage */
            aload 0 /* this */
            getfield org.eclipse.jgit.api.CheckoutCommand$1.this$0:Lorg/eclipse/jgit/api/CheckoutCommand;
            getfield org.eclipse.jgit.api.CheckoutCommand.checkoutStage:Lorg/eclipse/jgit/api/CheckoutCommand$Stage;
            getfield org.eclipse.jgit.api.CheckoutCommand$Stage.number:I
            if_icmpne 17
         4: .line 501
            aload 0 /* this */
            getfield org.eclipse.jgit.api.CheckoutCommand$1.this$0:Lorg/eclipse/jgit/api/CheckoutCommand;
            aload 1 /* ent */
            aload 0 /* this */
            getfield org.eclipse.jgit.api.CheckoutCommand$1.val$r:Lorg/eclipse/jgit/lib/ObjectReader;
            new org.eclipse.jgit.dircache.DirCacheCheckout$CheckoutMetadata
            dup
         5: .line 502
            aload 0 /* this */
            getfield org.eclipse.jgit.api.CheckoutCommand$1.val$eolStreamType:Lorg/eclipse/jgit/lib/CoreConfig$EolStreamType;
            aload 0 /* this */
            getfield org.eclipse.jgit.api.CheckoutCommand$1.val$filterCommand:Ljava/lang/String;
            invokespecial org.eclipse.jgit.dircache.DirCacheCheckout$CheckoutMetadata.<init>:(Lorg/eclipse/jgit/lib/CoreConfig$EolStreamType;Ljava/lang/String;)V
         6: .line 501
            invokevirtual org.eclipse.jgit.api.CheckoutCommand.checkoutPath:(Lorg/eclipse/jgit/dircache/DirCacheEntry;Lorg/eclipse/jgit/lib/ObjectReader;Lorg/eclipse/jgit/dircache/DirCacheCheckout$CheckoutMetadata;)V
         7: .line 503
            aload 0 /* this */
            getfield org.eclipse.jgit.api.CheckoutCommand$1.this$0:Lorg/eclipse/jgit/api/CheckoutCommand;
            getfield org.eclipse.jgit.api.CheckoutCommand.actuallyModifiedPaths:Ljava/util/Set;
            aload 0 /* this */
            getfield org.eclipse.jgit.api.CheckoutCommand$1.val$path:Ljava/lang/String;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         8: .line 505
            goto 17
         9: .line 506
      StackMap locals: int
      StackMap stack:
            new org.eclipse.jgit.errors.UnmergedPathException
            dup
        10: .line 507
            aload 1 /* ent */
        11: .line 506
            invokespecial org.eclipse.jgit.errors.UnmergedPathException.<init>:(Lorg/eclipse/jgit/dircache/DirCacheEntry;)V
            astore 3 /* e */
        start local 3 // org.eclipse.jgit.errors.UnmergedPathException e
        12: .line 508
            new org.eclipse.jgit.api.errors.JGitInternalException
            dup
            aload 3 /* e */
            invokevirtual org.eclipse.jgit.errors.UnmergedPathException.getMessage:()Ljava/lang/String;
            aload 3 /* e */
            invokespecial org.eclipse.jgit.api.errors.JGitInternalException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 3 // org.eclipse.jgit.errors.UnmergedPathException e
        13: .line 511
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.api.CheckoutCommand$1.this$0:Lorg/eclipse/jgit/api/CheckoutCommand;
            aload 1 /* ent */
            aload 0 /* this */
            getfield org.eclipse.jgit.api.CheckoutCommand$1.val$r:Lorg/eclipse/jgit/lib/ObjectReader;
            new org.eclipse.jgit.dircache.DirCacheCheckout$CheckoutMetadata
            dup
            aload 0 /* this */
            getfield org.eclipse.jgit.api.CheckoutCommand$1.val$eolStreamType:Lorg/eclipse/jgit/lib/CoreConfig$EolStreamType;
        14: .line 512
            aload 0 /* this */
            getfield org.eclipse.jgit.api.CheckoutCommand$1.val$filterCommand:Ljava/lang/String;
            invokespecial org.eclipse.jgit.dircache.DirCacheCheckout$CheckoutMetadata.<init>:(Lorg/eclipse/jgit/lib/CoreConfig$EolStreamType;Ljava/lang/String;)V
        15: .line 511
            invokevirtual org.eclipse.jgit.api.CheckoutCommand.checkoutPath:(Lorg/eclipse/jgit/dircache/DirCacheEntry;Lorg/eclipse/jgit/lib/ObjectReader;Lorg/eclipse/jgit/dircache/DirCacheCheckout$CheckoutMetadata;)V
        16: .line 513
            aload 0 /* this */
            getfield org.eclipse.jgit.api.CheckoutCommand$1.this$0:Lorg/eclipse/jgit/api/CheckoutCommand;
            getfield org.eclipse.jgit.api.CheckoutCommand.actuallyModifiedPaths:Ljava/util/Set;
            aload 0 /* this */
            getfield org.eclipse.jgit.api.CheckoutCommand$1.val$path:Ljava/lang/String;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        17: .line 515
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int stage
        end local 1 // org.eclipse.jgit.dircache.DirCacheEntry ent
        end local 0 // org.eclipse.jgit.api.CheckoutCommand$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   18     0   this  Lorg/eclipse/jgit/api/CheckoutCommand$1;
            0   18     1    ent  Lorg/eclipse/jgit/dircache/DirCacheEntry;
            1   18     2  stage  I
           12   13     3      e  Lorg/eclipse/jgit/errors/UnmergedPathException;
    MethodParameters:
      Name  Flags
      ent   
}
SourceFile: "CheckoutCommand.java"
EnclosingMethod: org.eclipse.jgit.api.CheckoutCommand.checkoutPathsFromIndex:(Lorg/eclipse/jgit/treewalk/TreeWalk;Lorg/eclipse/jgit/dircache/DirCache;)V
NestHost: org.eclipse.jgit.api.CheckoutCommand
InnerClasses:
  org.eclipse.jgit.api.CheckoutCommand$1
  public final Stage = org.eclipse.jgit.api.CheckoutCommand$Stage of org.eclipse.jgit.api.CheckoutCommand
  public CheckoutMetadata = org.eclipse.jgit.dircache.DirCacheCheckout$CheckoutMetadata of org.eclipse.jgit.dircache.DirCacheCheckout
  public abstract PathEdit = org.eclipse.jgit.dircache.DirCacheEditor$PathEdit of org.eclipse.jgit.dircache.DirCacheEditor
  public final EolStreamType = org.eclipse.jgit.lib.CoreConfig$EolStreamType of org.eclipse.jgit.lib.CoreConfig