public class org.xnio.FileChangeEvent
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.xnio.FileChangeEvent
  super_class: java.lang.Object
{
  private final java.io.File file;
    descriptor: Ljava/io/File;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.xnio.FileChangeEvent$Type type;
    descriptor: Lorg/xnio/FileChangeEvent$Type;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.io.File, org.xnio.FileChangeEvent$Type);
    descriptor: (Ljava/io/File;Lorg/xnio/FileChangeEvent$Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.xnio.FileChangeEvent this
        start local 1 // java.io.File file
        start local 2 // org.xnio.FileChangeEvent$Type type
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 42
            aload 0 /* this */
            aload 1 /* file */
            putfield org.xnio.FileChangeEvent.file:Ljava/io/File;
         2: .line 43
            aload 0 /* this */
            aload 2 /* type */
            putfield org.xnio.FileChangeEvent.type:Lorg/xnio/FileChangeEvent$Type;
         3: .line 44
            return
        end local 2 // org.xnio.FileChangeEvent$Type type
        end local 1 // java.io.File file
        end local 0 // org.xnio.FileChangeEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/xnio/FileChangeEvent;
            0    4     1  file  Ljava/io/File;
            0    4     2  type  Lorg/xnio/FileChangeEvent$Type;
    MethodParameters:
      Name  Flags
      file  
      type  

  public java.io.File getFile();
    descriptor: ()Ljava/io/File;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.FileChangeEvent this
         0: .line 52
            aload 0 /* this */
            getfield org.xnio.FileChangeEvent.file:Ljava/io/File;
            areturn
        end local 0 // org.xnio.FileChangeEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/FileChangeEvent;

  public org.xnio.FileChangeEvent$Type getType();
    descriptor: ()Lorg/xnio/FileChangeEvent$Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.FileChangeEvent this
         0: .line 61
            aload 0 /* this */
            getfield org.xnio.FileChangeEvent.type:Lorg/xnio/FileChangeEvent$Type;
            areturn
        end local 0 // org.xnio.FileChangeEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/FileChangeEvent;
}
SourceFile: "FileChangeEvent.java"
NestMembers:
  org.xnio.FileChangeEvent$Type
InnerClasses:
  public final Type = org.xnio.FileChangeEvent$Type of org.xnio.FileChangeEvent