public final class com.sun.nio.sctp.AssociationChangeNotification$AssocChangeEvent extends java.lang.Enum<com.sun.nio.sctp.AssociationChangeNotification$AssocChangeEvent>
minor version: 0
major version: 59
flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
this_class: com.sun.nio.sctp.AssociationChangeNotification$AssocChangeEvent
super_class: java.lang.Enum
{
public static final com.sun.nio.sctp.AssociationChangeNotification$AssocChangeEvent COMM_UP;
descriptor: Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.sun.nio.sctp.AssociationChangeNotification$AssocChangeEvent COMM_LOST;
descriptor: Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.sun.nio.sctp.AssociationChangeNotification$AssocChangeEvent RESTART;
descriptor: Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.sun.nio.sctp.AssociationChangeNotification$AssocChangeEvent SHUTDOWN;
descriptor: Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.sun.nio.sctp.AssociationChangeNotification$AssocChangeEvent CANT_START;
descriptor: Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent;
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/AssociationChangeNotification$AssocChangeEvent;
MethodParameters:
Name Flags
$enum$name
$enum$ordinal
}
Signature: Ljava/lang/Enum<Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent;>;
SourceFile: "AssociationChangeNotification.java"
NestHost: com.sun.nio.sctp.AssociationChangeNotification
InnerClasses:
public final AssocChangeEvent = com.sun.nio.sctp.AssociationChangeNotification$AssocChangeEvent of com.sun.nio.sctp.AssociationChangeNotification
RuntimeInvisibleAnnotations:
jdk.Exported()