abstract class com.sun.tools.jdi.EventSetImpl$EventImpl extends com.sun.tools.jdi.MirrorImpl implements com.sun.jdi.event.Event
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.tools.jdi.EventSetImpl$EventImpl
  super_class: com.sun.tools.jdi.MirrorImpl
{
  private final byte eventCmd;
    descriptor: B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int requestID;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.sun.jdi.request.EventRequest request;
    descriptor: Lcom/sun/jdi/request/EventRequest;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final com.sun.tools.jdi.EventSetImpl this$0;
    descriptor: Lcom/sun/tools/jdi/EventSetImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  protected void <init>(com.sun.tools.jdi.EventSetImpl, com.sun.tools.jdi.JDWP$Event$Composite$Events$EventsCommon, int);
    descriptor: (Lcom/sun/tools/jdi/EventSetImpl;Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$EventsCommon;I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.sun.tools.jdi.EventSetImpl$EventImpl this
        start local 2 // com.sun.tools.jdi.JDWP$Event$Composite$Events$EventsCommon evt
        start local 3 // int requestID
         0: .line 119
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.jdi.EventSetImpl$EventImpl.this$0:Lcom/sun/tools/jdi/EventSetImpl;
         1: .line 120
            aload 0 /* this */
            aload 1
            getfield com.sun.tools.jdi.EventSetImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokespecial com.sun.tools.jdi.MirrorImpl.<init>:(Lcom/sun/jdi/VirtualMachine;)V
         2: .line 121
            aload 0 /* this */
            aload 2 /* evt */
            invokevirtual com.sun.tools.jdi.JDWP$Event$Composite$Events$EventsCommon.eventKind:()B
            putfield com.sun.tools.jdi.EventSetImpl$EventImpl.eventCmd:B
         3: .line 122
            aload 0 /* this */
            iload 3 /* requestID */
            putfield com.sun.tools.jdi.EventSetImpl$EventImpl.requestID:I
         4: .line 123
            aload 1
         5: .line 124
            getfield com.sun.tools.jdi.EventSetImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.eventRequestManagerImpl:()Lcom/sun/tools/jdi/EventRequestManagerImpl;
         6: .line 123
            astore 4 /* ermi */
        start local 4 // com.sun.tools.jdi.EventRequestManagerImpl ermi
         7: .line 125
            aload 0 /* this */
            aload 4 /* ermi */
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl$EventImpl.eventCmd:B
            iload 3 /* requestID */
            invokevirtual com.sun.tools.jdi.EventRequestManagerImpl.request:(II)Lcom/sun/jdi/request/EventRequest;
            putfield com.sun.tools.jdi.EventSetImpl$EventImpl.request:Lcom/sun/jdi/request/EventRequest;
         8: .line 126
            return
        end local 4 // com.sun.tools.jdi.EventRequestManagerImpl ermi
        end local 3 // int requestID
        end local 2 // com.sun.tools.jdi.JDWP$Event$Composite$Events$EventsCommon evt
        end local 0 // com.sun.tools.jdi.EventSetImpl$EventImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lcom/sun/tools/jdi/EventSetImpl$EventImpl;
            0    9     2        evt  Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$EventsCommon;
            0    9     3  requestID  I
            7    9     4       ermi  Lcom/sun/tools/jdi/EventRequestManagerImpl;
    MethodParameters:
           Name  Flags
      this$0     final
      evt        
      requestID  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.EventSetImpl$EventImpl this
        start local 1 // java.lang.Object obj
         0: .line 132
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // com.sun.tools.jdi.EventSetImpl$EventImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/EventSetImpl$EventImpl;
            0    2     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.EventSetImpl$EventImpl this
         0: .line 136
            aload 0 /* this */
            invokestatic java.lang.System.identityHashCode:(Ljava/lang/Object;)I
            ireturn
        end local 0 // com.sun.tools.jdi.EventSetImpl$EventImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/EventSetImpl$EventImpl;

  protected void <init>(com.sun.tools.jdi.EventSetImpl, byte);
    descriptor: (Lcom/sun/tools/jdi/EventSetImpl;B)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.jdi.EventSetImpl$EventImpl this
        start local 2 // byte eventCmd
         0: .line 142
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.jdi.EventSetImpl$EventImpl.this$0:Lcom/sun/tools/jdi/EventSetImpl;
         1: .line 143
            aload 0 /* this */
            aload 1
            getfield com.sun.tools.jdi.EventSetImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokespecial com.sun.tools.jdi.MirrorImpl.<init>:(Lcom/sun/jdi/VirtualMachine;)V
         2: .line 144
            aload 0 /* this */
            iload 2 /* eventCmd */
            putfield com.sun.tools.jdi.EventSetImpl$EventImpl.eventCmd:B
         3: .line 145
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.EventSetImpl$EventImpl.requestID:I
         4: .line 146
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.EventSetImpl$EventImpl.request:Lcom/sun/jdi/request/EventRequest;
         5: .line 147
            return
        end local 2 // byte eventCmd
        end local 0 // com.sun.tools.jdi.EventSetImpl$EventImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/sun/tools/jdi/EventSetImpl$EventImpl;
            0    6     2  eventCmd  B
    MethodParameters:
          Name  Flags
      this$0    final
      eventCmd  

  public com.sun.jdi.request.EventRequest request();
    descriptor: ()Lcom/sun/jdi/request/EventRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.EventSetImpl$EventImpl this
         0: .line 150
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl$EventImpl.request:Lcom/sun/jdi/request/EventRequest;
            areturn
        end local 0 // com.sun.tools.jdi.EventSetImpl$EventImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/EventSetImpl$EventImpl;

  int requestID();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.EventSetImpl$EventImpl this
         0: .line 154
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl$EventImpl.requestID:I
            ireturn
        end local 0 // com.sun.tools.jdi.EventSetImpl$EventImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/EventSetImpl$EventImpl;

  com.sun.tools.jdi.EventDestination destination();
    descriptor: ()Lcom/sun/tools/jdi/EventDestination;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.EventSetImpl$EventImpl this
         0: .line 174
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl$EventImpl.requestID:I
            ifne 2
         1: .line 178
            getstatic com.sun.tools.jdi.EventDestination.CLIENT_EVENT:Lcom/sun/tools/jdi/EventDestination;
            areturn
         2: .line 182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl$EventImpl.request:Lcom/sun/jdi/request/EventRequest;
            ifnonnull 7
         3: .line 184
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl$EventImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.getInternalEventRequestManager:()Lcom/sun/tools/jdi/EventRequestManagerImpl;
            astore 1 /* ermi */
        start local 1 // com.sun.tools.jdi.EventRequestManagerImpl ermi
         4: .line 185
            aload 1 /* ermi */
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl$EventImpl.eventCmd:B
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl$EventImpl.requestID:I
            invokevirtual com.sun.tools.jdi.EventRequestManagerImpl.request:(II)Lcom/sun/jdi/request/EventRequest;
            ifnull 6
         5: .line 187
            getstatic com.sun.tools.jdi.EventDestination.INTERNAL_EVENT:Lcom/sun/tools/jdi/EventDestination;
            areturn
         6: .line 189
      StackMap locals: com.sun.tools.jdi.EventRequestManagerImpl
      StackMap stack:
            getstatic com.sun.tools.jdi.EventDestination.UNKNOWN_EVENT:Lcom/sun/tools/jdi/EventDestination;
            areturn
        end local 1 // com.sun.tools.jdi.EventRequestManagerImpl ermi
         7: .line 193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl$EventImpl.request:Lcom/sun/jdi/request/EventRequest;
            invokeinterface com.sun.jdi.request.EventRequest.isEnabled:()Z
            ifeq 9
         8: .line 194
            getstatic com.sun.tools.jdi.EventDestination.CLIENT_EVENT:Lcom/sun/tools/jdi/EventDestination;
            areturn
         9: .line 196
      StackMap locals:
      StackMap stack:
            getstatic com.sun.tools.jdi.EventDestination.UNKNOWN_EVENT:Lcom/sun/tools/jdi/EventDestination;
            areturn
        end local 0 // com.sun.tools.jdi.EventSetImpl$EventImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/sun/tools/jdi/EventSetImpl$EventImpl;
            4    7     1  ermi  Lcom/sun/tools/jdi/EventRequestManagerImpl;

  abstract java.lang.String eventName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0400) ACC_ABSTRACT

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.EventSetImpl$EventImpl this
         0: .line 202
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.EventSetImpl$EventImpl.eventName:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.jdi.EventSetImpl$EventImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/EventSetImpl$EventImpl;
}
SourceFile: "EventSetImpl.java"
NestHost: com.sun.tools.jdi.EventSetImpl
InnerClasses:
  abstract EventImpl = com.sun.tools.jdi.EventSetImpl$EventImpl of com.sun.tools.jdi.EventSetImpl
  Event = com.sun.tools.jdi.JDWP$Event of com.sun.tools.jdi.JDWP
  Composite = com.sun.tools.jdi.JDWP$Event$Composite of com.sun.tools.jdi.JDWP$Event
  Events = com.sun.tools.jdi.JDWP$Event$Composite$Events of com.sun.tools.jdi.JDWP$Event$Composite
  abstract EventsCommon = com.sun.tools.jdi.JDWP$Event$Composite$Events$EventsCommon of com.sun.tools.jdi.JDWP$Event$Composite$Events