public final class org.eclipse.jgit.dircache.DirCacheEditor$DeletePath extends org.eclipse.jgit.dircache.DirCacheEditor$PathEdit
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.jgit.dircache.DirCacheEditor$DeletePath
  super_class: org.eclipse.jgit.dircache.DirCacheEditor$PathEdit
{
  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.dircache.DirCacheEditor$DeletePath this
        start local 1 // java.lang.String entryPath
         0: .line 363
            aload 0 /* this */
            aload 1 /* entryPath */
            invokespecial org.eclipse.jgit.dircache.DirCacheEditor$PathEdit.<init>:(Ljava/lang/String;)V
         1: .line 364
            return
        end local 1 // java.lang.String entryPath
        end local 0 // org.eclipse.jgit.dircache.DirCacheEditor$DeletePath this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/jgit/dircache/DirCacheEditor$DeletePath;
            0    2     1  entryPath  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      entryPath  

  public void <init>(org.eclipse.jgit.dircache.DirCacheEntry);
    descriptor: (Lorg/eclipse/jgit/dircache/DirCacheEntry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.dircache.DirCacheEditor$DeletePath this
        start local 1 // org.eclipse.jgit.dircache.DirCacheEntry ent
         0: .line 374
            aload 0 /* this */
            aload 1 /* ent */
            invokespecial org.eclipse.jgit.dircache.DirCacheEditor$PathEdit.<init>:(Lorg/eclipse/jgit/dircache/DirCacheEntry;)V
         1: .line 375
            return
        end local 1 // org.eclipse.jgit.dircache.DirCacheEntry ent
        end local 0 // org.eclipse.jgit.dircache.DirCacheEditor$DeletePath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/dircache/DirCacheEditor$DeletePath;
            0    2     1   ent  Lorg/eclipse/jgit/dircache/DirCacheEntry;
    MethodParameters:
      Name  Flags
      ent   

  public void apply(org.eclipse.jgit.dircache.DirCacheEntry);
    descriptor: (Lorg/eclipse/jgit/dircache/DirCacheEntry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.dircache.DirCacheEditor$DeletePath this
        start local 1 // org.eclipse.jgit.dircache.DirCacheEntry ent
         0: .line 379
            new java.lang.UnsupportedOperationException
            dup
            invokestatic org.eclipse.jgit.internal.JGitText.get:()Lorg/eclipse/jgit/internal/JGitText;
            getfield org.eclipse.jgit.internal.JGitText.noApplyInDelete:Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // org.eclipse.jgit.dircache.DirCacheEntry ent
        end local 0 // org.eclipse.jgit.dircache.DirCacheEditor$DeletePath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/dircache/DirCacheEditor$DeletePath;
            0    1     1   ent  Lorg/eclipse/jgit/dircache/DirCacheEntry;
    MethodParameters:
      Name  Flags
      ent   
}
SourceFile: "DirCacheEditor.java"
NestHost: org.eclipse.jgit.dircache.DirCacheEditor
InnerClasses:
  public final DeletePath = org.eclipse.jgit.dircache.DirCacheEditor$DeletePath of org.eclipse.jgit.dircache.DirCacheEditor
  public abstract PathEdit = org.eclipse.jgit.dircache.DirCacheEditor$PathEdit of org.eclipse.jgit.dircache.DirCacheEditor