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 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 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tjdk.Exported cannot be resolved to a type\n\tjdk.Exported cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent;
MethodParameters:
Name Flags
$enum$name
$enum$ordinal
}
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
RuntimeInvisibleAnnotations:
jdk.Exported()