public class com.apple.eawt.AppEvent$PrintFilesEvent 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$PrintFilesEvent
super_class: com.apple.eawt.AppEvent$FilesEvent
{
void <init>(java.util.List<java.io.File>);
descriptor: (Ljava/util/List;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial com.apple.eawt.AppEvent$FilesEvent.<init>:(Ljava/util/List;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/apple/eawt/AppEvent$PrintFilesEvent;
0 2 1 files Ljava/util/List<Ljava/io/File;>;
Signature: (Ljava/util/List<Ljava/io/File;>;)V
MethodParameters:
Name Flags
files final
}
SourceFile: "AppEvent.java"
NestHost: com.apple.eawt.AppEvent
InnerClasses:
public abstract FilesEvent = com.apple.eawt.AppEvent$FilesEvent of com.apple.eawt.AppEvent
public PrintFilesEvent = com.apple.eawt.AppEvent$PrintFilesEvent of com.apple.eawt.AppEvent