public abstract class org.springframework.boot.context.event.SpringApplicationEvent extends org.springframework.context.ApplicationEvent
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.boot.context.event.SpringApplicationEvent
  super_class: org.springframework.context.ApplicationEvent
{
  private final java.lang.String[] args;
    descriptor: [Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.springframework.boot.SpringApplication, java.lang.String[]);
    descriptor: (Lorg/springframework/boot/SpringApplication;[Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.boot.context.event.SpringApplicationEvent this
        start local 1 // org.springframework.boot.SpringApplication application
        start local 2 // java.lang.String[] args
         0: .line 34
            aload 0 /* this */
            aload 1 /* application */
            invokespecial org.springframework.context.ApplicationEvent.<init>:(Ljava/lang/Object;)V
         1: .line 35
            aload 0 /* this */
            aload 2 /* args */
            putfield org.springframework.boot.context.event.SpringApplicationEvent.args:[Ljava/lang/String;
         2: .line 36
            return
        end local 2 // java.lang.String[] args
        end local 1 // org.springframework.boot.SpringApplication application
        end local 0 // org.springframework.boot.context.event.SpringApplicationEvent this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/springframework/boot/context/event/SpringApplicationEvent;
            0    3     1  application  Lorg/springframework/boot/SpringApplication;
            0    3     2         args  [Ljava/lang/String;
    MethodParameters:
             Name  Flags
      application  
      args         

  public org.springframework.boot.SpringApplication getSpringApplication();
    descriptor: ()Lorg/springframework/boot/SpringApplication;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.event.SpringApplicationEvent this
         0: .line 39
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.event.SpringApplicationEvent.getSource:()Ljava/lang/Object;
            checkcast org.springframework.boot.SpringApplication
            areturn
        end local 0 // org.springframework.boot.context.event.SpringApplicationEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/context/event/SpringApplicationEvent;

  public final java.lang.String[] getArgs();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.event.SpringApplicationEvent this
         0: .line 43
            aload 0 /* this */
            getfield org.springframework.boot.context.event.SpringApplicationEvent.args:[Ljava/lang/String;
            areturn
        end local 0 // org.springframework.boot.context.event.SpringApplicationEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/context/event/SpringApplicationEvent;
}
SourceFile: "SpringApplicationEvent.java"