public class com.apple.eawt.AppEvent$OpenFilesEvent extends com.apple.eawt.AppEvent$FilesEvent
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.apple.eawt.AppEvent$OpenFilesEvent
  super_class: com.apple.eawt.AppEvent$FilesEvent
{
  final java.lang.String searchTerm;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  void <init>(java.util.List<java.io.File>, java.lang.String);
    descriptor: (Ljava/util/List;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.apple.eawt.AppEvent$OpenFilesEvent this
        start local 1 // java.util.List files
        start local 2 // java.lang.String searchTerm
         0: .line 71
            aload 0 /* this */
            aload 1 /* files */
            invokespecial com.apple.eawt.AppEvent$FilesEvent.<init>:(Ljava/util/List;)V
         1: .line 72
            aload 0 /* this */
            aload 2 /* searchTerm */
            putfield com.apple.eawt.AppEvent$OpenFilesEvent.searchTerm:Ljava/lang/String;
         2: .line 73
            return
        end local 2 // java.lang.String searchTerm
        end local 1 // java.util.List files
        end local 0 // com.apple.eawt.AppEvent$OpenFilesEvent this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/apple/eawt/AppEvent$OpenFilesEvent;
            0    3     1       files  Ljava/util/List<Ljava/io/File;>;
            0    3     2  searchTerm  Ljava/lang/String;
    Signature: (Ljava/util/List<Ljava/io/File;>;Ljava/lang/String;)V
    MethodParameters:
            Name  Flags
      files       final
      searchTerm  final

  public java.lang.String getSearchTerm();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.eawt.AppEvent$OpenFilesEvent this
         0: .line 81
            aload 0 /* this */
            getfield com.apple.eawt.AppEvent$OpenFilesEvent.searchTerm:Ljava/lang/String;
            areturn
        end local 0 // com.apple.eawt.AppEvent$OpenFilesEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/eawt/AppEvent$OpenFilesEvent;
}
SourceFile: "AppEvent.java"
NestHost: com.apple.eawt.AppEvent
InnerClasses:
  public abstract FilesEvent = com.apple.eawt.AppEvent$FilesEvent of com.apple.eawt.AppEvent
  public OpenFilesEvent = com.apple.eawt.AppEvent$OpenFilesEvent of com.apple.eawt.AppEvent