public final class com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent extends java.lang.Enum<com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent
  super_class: java.lang.Enum
{
  public static final com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent ADDR_AVAILABLE;
    descriptor: Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent ADDR_UNREACHABLE;
    descriptor: Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent ADDR_REMOVED;
    descriptor: Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent ADDR_ADDED;
    descriptor: Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent ADDR_MADE_PRIMARY;
    descriptor: Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent ADDR_CONFIRMED;
    descriptor: Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent[] ENUM$VALUES;
    descriptor: [Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 50
            new com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent
            dup
            ldc "ADDR_AVAILABLE"
            iconst_0
            invokespecial com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent.<init>:(Ljava/lang/String;I)V
         1: .line 53
            putstatic com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent.ADDR_AVAILABLE:Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent;
         2: .line 55
            new com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent
            dup
            ldc "ADDR_UNREACHABLE"
            iconst_1
            invokespecial com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent.<init>:(Ljava/lang/String;I)V
         3: .line 59
            putstatic com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent.ADDR_UNREACHABLE:Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent;
         4: .line 61
            new com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent
            dup
            ldc "ADDR_REMOVED"
            iconst_2
            invokespecial com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent.<init>:(Ljava/lang/String;I)V
         5: .line 64
            putstatic com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent.ADDR_REMOVED:Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent;
         6: .line 66
            new com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent
            dup
            ldc "ADDR_ADDED"
            iconst_3
            invokespecial com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent.<init>:(Ljava/lang/String;I)V
         7: .line 69
            putstatic com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent.ADDR_ADDED:Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent;
         8: .line 71
            new com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent
            dup
            ldc "ADDR_MADE_PRIMARY"
            iconst_4
            invokespecial com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent.<init>:(Ljava/lang/String;I)V
         9: .line 74
            putstatic com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent.ADDR_MADE_PRIMARY:Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent;
        10: .line 76
            new com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent
            dup
            ldc "ADDR_CONFIRMED"
            iconst_5
            invokespecial com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent.<init>:(Ljava/lang/String;I)V
        11: .line 79
            putstatic com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent.ADDR_CONFIRMED:Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent;
        12: .line 49
            bipush 6
            anewarray com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent
            dup
            iconst_0
            getstatic com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent.ADDR_AVAILABLE:Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent;
            aastore
            dup
            iconst_1
            getstatic com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent.ADDR_UNREACHABLE:Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent;
            aastore
            dup
            iconst_2
            getstatic com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent.ADDR_REMOVED:Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent;
            aastore
            dup
            iconst_3
            getstatic com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent.ADDR_ADDED:Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent;
            aastore
            dup
            iconst_4
            getstatic com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent.ADDR_MADE_PRIMARY:Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent;
            aastore
            dup
            iconst_5
            getstatic com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent.ADDR_CONFIRMED:Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent;
            aastore
            putstatic com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent.ENUM$VALUES:[Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent this
         0: .line 49
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public static com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent[] values();
    descriptor: ()[Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent.ENUM$VALUES:[Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent;>;
SourceFile: "PeerAddressChangeNotification.java"
NestHost: com.sun.nio.sctp.PeerAddressChangeNotification
InnerClasses:
  public final AddressChangeEvent = com.sun.nio.sctp.PeerAddressChangeNotification$AddressChangeEvent of com.sun.nio.sctp.PeerAddressChangeNotification