class sun.nio.ch.AixPollPort$Event
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.ch.AixPollPort$Event
  super_class: java.lang.Object
{
  final sun.nio.ch.Port$PollableChannel channel;
    descriptor: Lsun/nio/ch/Port$PollableChannel;
    flags: (0x0010) ACC_FINAL

  final int events;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  void <init>(sun.nio.ch.Port$PollableChannel, int);
    descriptor: (Lsun/nio/ch/Port$PollableChannel;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.nio.ch.AixPollPort$Event this
        start local 1 // sun.nio.ch.Port$PollableChannel channel
        start local 2 // int events
         0: .line 96
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 97
            aload 0 /* this */
            aload 1 /* channel */
            putfield sun.nio.ch.AixPollPort$Event.channel:Lsun/nio/ch/Port$PollableChannel;
         2: .line 98
            aload 0 /* this */
            iload 2 /* events */
            putfield sun.nio.ch.AixPollPort$Event.events:I
         3: .line 99
            return
        end local 2 // int events
        end local 1 // sun.nio.ch.Port$PollableChannel channel
        end local 0 // sun.nio.ch.AixPollPort$Event this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lsun/nio/ch/AixPollPort$Event;
            0    4     1  channel  Lsun/nio/ch/Port$PollableChannel;
            0    4     2   events  I
    MethodParameters:
         Name  Flags
      channel  
      events   

  sun.nio.ch.Port$PollableChannel channel();
    descriptor: ()Lsun/nio/ch/Port$PollableChannel;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.AixPollPort$Event this
         0: .line 101
            aload 0 /* this */
            getfield sun.nio.ch.AixPollPort$Event.channel:Lsun/nio/ch/Port$PollableChannel;
            areturn
        end local 0 // sun.nio.ch.AixPollPort$Event this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/AixPollPort$Event;

  int events();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.AixPollPort$Event this
         0: .line 102
            aload 0 /* this */
            getfield sun.nio.ch.AixPollPort$Event.events:I
            ireturn
        end local 0 // sun.nio.ch.AixPollPort$Event this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/AixPollPort$Event;
}
SourceFile: "AixPollPort.java"
NestHost: sun.nio.ch.AixPollPort
InnerClasses:
  Event = sun.nio.ch.AixPollPort$Event of sun.nio.ch.AixPollPort
  abstract PollableChannel = sun.nio.ch.Port$PollableChannel of sun.nio.ch.Port