public class org.eclipse.jgit.events.WorkingTreeModifiedEvent extends org.eclipse.jgit.events.RepositoryEvent<org.eclipse.jgit.events.WorkingTreeModifiedListener>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jgit.events.WorkingTreeModifiedEvent
  super_class: org.eclipse.jgit.events.RepositoryEvent
{
  private java.util.Collection<java.lang.String> modified;
    descriptor: Ljava/util/Collection;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Collection<Ljava/lang/String;>;

  private java.util.Collection<java.lang.String> deleted;
    descriptor: Ljava/util/Collection;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Collection<Ljava/lang/String;>;

  public void <init>(java.util.Collection<java.lang.String>, java.util.Collection<java.lang.String>);
    descriptor: (Ljava/util/Collection;Ljava/util/Collection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.events.WorkingTreeModifiedEvent this
        start local 1 // java.util.Collection modified
        start local 2 // java.util.Collection deleted
         0: .line 41
            aload 0 /* this */
            invokespecial org.eclipse.jgit.events.RepositoryEvent.<init>:()V
         1: .line 43
            aload 0 /* this */
            aload 1 /* modified */
            putfield org.eclipse.jgit.events.WorkingTreeModifiedEvent.modified:Ljava/util/Collection;
         2: .line 44
            aload 0 /* this */
            aload 2 /* deleted */
            putfield org.eclipse.jgit.events.WorkingTreeModifiedEvent.deleted:Ljava/util/Collection;
         3: .line 45
            return
        end local 2 // java.util.Collection deleted
        end local 1 // java.util.Collection modified
        end local 0 // org.eclipse.jgit.events.WorkingTreeModifiedEvent this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/eclipse/jgit/events/WorkingTreeModifiedEvent;
            0    4     1  modified  Ljava/util/Collection<Ljava/lang/String;>;
            0    4     2   deleted  Ljava/util/Collection<Ljava/lang/String;>;
    Signature: (Ljava/util/Collection<Ljava/lang/String;>;Ljava/util/Collection<Ljava/lang/String;>;)V
    MethodParameters:
          Name  Flags
      modified  
      deleted   

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.events.WorkingTreeModifiedEvent this
         0: .line 54
            aload 0 /* this */
            getfield org.eclipse.jgit.events.WorkingTreeModifiedEvent.modified:Ljava/util/Collection;
            ifnull 1
            aload 0 /* this */
            getfield org.eclipse.jgit.events.WorkingTreeModifiedEvent.modified:Ljava/util/Collection;
            invokeinterface java.util.Collection.isEmpty:()Z
            ifeq 3
         1: .line 55
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.events.WorkingTreeModifiedEvent.deleted:Ljava/util/Collection;
            ifnull 2
            aload 0 /* this */
            getfield org.eclipse.jgit.events.WorkingTreeModifiedEvent.deleted:Ljava/util/Collection;
            invokeinterface java.util.Collection.isEmpty:()Z
            ifeq 3
         2: .line 54
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 0 // org.eclipse.jgit.events.WorkingTreeModifiedEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jgit/events/WorkingTreeModifiedEvent;

  public java.util.Collection<java.lang.String> getModified();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jgit.events.WorkingTreeModifiedEvent this
         0: .line 66
            aload 0 /* this */
            getfield org.eclipse.jgit.events.WorkingTreeModifiedEvent.modified:Ljava/util/Collection;
            astore 1 /* result */
        start local 1 // java.util.Collection result
         1: .line 67
            aload 1 /* result */
            ifnonnull 4
         2: .line 68
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            astore 1 /* result */
         3: .line 69
            aload 0 /* this */
            aload 1 /* result */
            putfield org.eclipse.jgit.events.WorkingTreeModifiedEvent.modified:Ljava/util/Collection;
         4: .line 71
      StackMap locals: java.util.Collection
      StackMap stack:
            aload 1 /* result */
            areturn
        end local 1 // java.util.Collection result
        end local 0 // org.eclipse.jgit.events.WorkingTreeModifiedEvent this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/eclipse/jgit/events/WorkingTreeModifiedEvent;
            1    5     1  result  Ljava/util/Collection<Ljava/lang/String;>;
    Signature: ()Ljava/util/Collection<Ljava/lang/String;>;
    RuntimeInvisibleAnnotations: 
      org.eclipse.jgit.annotations.NonNull()

  public java.util.Collection<java.lang.String> getDeleted();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jgit.events.WorkingTreeModifiedEvent this
         0: .line 82
            aload 0 /* this */
            getfield org.eclipse.jgit.events.WorkingTreeModifiedEvent.deleted:Ljava/util/Collection;
            astore 1 /* result */
        start local 1 // java.util.Collection result
         1: .line 83
            aload 1 /* result */
            ifnonnull 4
         2: .line 84
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            astore 1 /* result */
         3: .line 85
            aload 0 /* this */
            aload 1 /* result */
            putfield org.eclipse.jgit.events.WorkingTreeModifiedEvent.deleted:Ljava/util/Collection;
         4: .line 87
      StackMap locals: java.util.Collection
      StackMap stack:
            aload 1 /* result */
            areturn
        end local 1 // java.util.Collection result
        end local 0 // org.eclipse.jgit.events.WorkingTreeModifiedEvent this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/eclipse/jgit/events/WorkingTreeModifiedEvent;
            1    5     1  result  Ljava/util/Collection<Ljava/lang/String;>;
    Signature: ()Ljava/util/Collection<Ljava/lang/String;>;
    RuntimeInvisibleAnnotations: 
      org.eclipse.jgit.annotations.NonNull()

  public java.lang.Class<org.eclipse.jgit.events.WorkingTreeModifiedListener> getListenerType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.events.WorkingTreeModifiedEvent this
         0: .line 93
            ldc Lorg/eclipse/jgit/events/WorkingTreeModifiedListener;
            areturn
        end local 0 // org.eclipse.jgit.events.WorkingTreeModifiedEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/events/WorkingTreeModifiedEvent;
    Signature: ()Ljava/lang/Class<Lorg/eclipse/jgit/events/WorkingTreeModifiedListener;>;

  public void dispatch(org.eclipse.jgit.events.WorkingTreeModifiedListener);
    descriptor: (Lorg/eclipse/jgit/events/WorkingTreeModifiedListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.events.WorkingTreeModifiedEvent this
        start local 1 // org.eclipse.jgit.events.WorkingTreeModifiedListener listener
         0: .line 99
            aload 1 /* listener */
            aload 0 /* this */
            invokeinterface org.eclipse.jgit.events.WorkingTreeModifiedListener.onWorkingTreeModified:(Lorg/eclipse/jgit/events/WorkingTreeModifiedEvent;)V
         1: .line 100
            return
        end local 1 // org.eclipse.jgit.events.WorkingTreeModifiedListener listener
        end local 0 // org.eclipse.jgit.events.WorkingTreeModifiedEvent this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/jgit/events/WorkingTreeModifiedEvent;
            0    2     1  listener  Lorg/eclipse/jgit/events/WorkingTreeModifiedListener;
    MethodParameters:
          Name  Flags
      listener  

  public void dispatch(org.eclipse.jgit.events.RepositoryListener);
    descriptor: (Lorg/eclipse/jgit/events/RepositoryListener;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.jgit.events.WorkingTreeModifiedListener
            invokevirtual org.eclipse.jgit.events.WorkingTreeModifiedEvent.dispatch:(Lorg/eclipse/jgit/events/WorkingTreeModifiedListener;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lorg/eclipse/jgit/events/RepositoryEvent<Lorg/eclipse/jgit/events/WorkingTreeModifiedListener;>;
SourceFile: "WorkingTreeModifiedEvent.java"