public class org.springframework.boot.devtools.classpath.ClassPathChangedEvent extends org.springframework.context.ApplicationEvent
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.devtools.classpath.ClassPathChangedEvent
  super_class: org.springframework.context.ApplicationEvent
{
  private final java.util.Set<org.springframework.boot.devtools.filewatch.ChangedFiles> changeSet;
    descriptor: Ljava/util/Set;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Set<Lorg/springframework/boot/devtools/filewatch/ChangedFiles;>;

  private final boolean restartRequired;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(, java.util.Set<org.springframework.boot.devtools.filewatch.ChangedFiles>, );
    descriptor: (Ljava/lang/Object;Ljava/util/Set;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.springframework.boot.devtools.classpath.ClassPathChangedEvent this
        start local 1 // java.lang.Object source
        start local 2 // java.util.Set changeSet
        start local 3 // boolean restartRequired
         0: .line 45
            aload 0 /* this */
            aload 1 /* source */
            invokespecial org.springframework.context.ApplicationEvent.<init>:(Ljava/lang/Object;)V
         1: .line 46
            aload 2 /* changeSet */
            ldc "ChangeSet must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         2: .line 47
            aload 0 /* this */
            aload 2 /* changeSet */
            putfield org.springframework.boot.devtools.classpath.ClassPathChangedEvent.changeSet:Ljava/util/Set;
         3: .line 48
            aload 0 /* this */
            iload 3 /* restartRequired */
            putfield org.springframework.boot.devtools.classpath.ClassPathChangedEvent.restartRequired:Z
         4: .line 49
            return
        end local 3 // boolean restartRequired
        end local 2 // java.util.Set changeSet
        end local 1 // java.lang.Object source
        end local 0 // org.springframework.boot.devtools.classpath.ClassPathChangedEvent this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lorg/springframework/boot/devtools/classpath/ClassPathChangedEvent;
            0    5     1           source  Ljava/lang/Object;
            0    5     2        changeSet  Ljava/util/Set<Lorg/springframework/boot/devtools/filewatch/ChangedFiles;>;
            0    5     3  restartRequired  Z
    Signature: (Ljava/lang/Object;Ljava/util/Set<Lorg/springframework/boot/devtools/filewatch/ChangedFiles;>;Z)V
    MethodParameters:
                 Name  Flags
      source           
      changeSet        
      restartRequired  

  public java.util.Set<org.springframework.boot.devtools.filewatch.ChangedFiles> getChangeSet();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.devtools.classpath.ClassPathChangedEvent this
         0: .line 56
            aload 0 /* this */
            getfield org.springframework.boot.devtools.classpath.ClassPathChangedEvent.changeSet:Ljava/util/Set;
            areturn
        end local 0 // org.springframework.boot.devtools.classpath.ClassPathChangedEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/devtools/classpath/ClassPathChangedEvent;
    Signature: ()Ljava/util/Set<Lorg/springframework/boot/devtools/filewatch/ChangedFiles;>;

  public boolean isRestartRequired();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.devtools.classpath.ClassPathChangedEvent this
         0: .line 64
            aload 0 /* this */
            getfield org.springframework.boot.devtools.classpath.ClassPathChangedEvent.restartRequired:Z
            ireturn
        end local 0 // org.springframework.boot.devtools.classpath.ClassPathChangedEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/devtools/classpath/ClassPathChangedEvent;
}
SourceFile: "ClassPathChangedEvent.java"