abstract class com.sun.tools.jdi.EventSetImpl$LocatableEventImpl extends com.sun.tools.jdi.EventSetImpl$ThreadedEventImpl implements com.sun.jdi.Locatable
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.tools.jdi.EventSetImpl$LocatableEventImpl
  super_class: com.sun.tools.jdi.EventSetImpl$ThreadedEventImpl
{
  private com.sun.jdi.Location location;
    descriptor: Lcom/sun/jdi/Location;
    flags: (0x0002) ACC_PRIVATE

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

  void <init>(com.sun.tools.jdi.EventSetImpl, com.sun.tools.jdi.JDWP$Event$Composite$Events$EventsCommon, int, com.sun.jdi.ThreadReference, com.sun.jdi.Location);
    descriptor: (Lcom/sun/tools/jdi/EventSetImpl;Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$EventsCommon;ILcom/sun/jdi/ThreadReference;Lcom/sun/jdi/Location;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // com.sun.tools.jdi.EventSetImpl$LocatableEventImpl this
        start local 2 // com.sun.tools.jdi.JDWP$Event$Composite$Events$EventsCommon evt
        start local 3 // int requestID
        start local 4 // com.sun.jdi.ThreadReference thread
        start local 5 // com.sun.jdi.Location location
         0: .line 231
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.jdi.EventSetImpl$LocatableEventImpl.this$0:Lcom/sun/tools/jdi/EventSetImpl;
         1: .line 232
            aload 0 /* this */
            aload 1
            aload 2 /* evt */
            iload 3 /* requestID */
            aload 4 /* thread */
            invokespecial com.sun.tools.jdi.EventSetImpl$ThreadedEventImpl.<init>:(Lcom/sun/tools/jdi/EventSetImpl;Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$EventsCommon;ILcom/sun/jdi/ThreadReference;)V
         2: .line 233
            aload 0 /* this */
            aload 5 /* location */
            putfield com.sun.tools.jdi.EventSetImpl$LocatableEventImpl.location:Lcom/sun/jdi/Location;
         3: .line 234
            return
        end local 5 // com.sun.jdi.Location location
        end local 4 // com.sun.jdi.ThreadReference thread
        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$LocatableEventImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/sun/tools/jdi/EventSetImpl$LocatableEventImpl;
            0    4     2        evt  Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$EventsCommon;
            0    4     3  requestID  I
            0    4     4     thread  Lcom/sun/jdi/ThreadReference;
            0    4     5   location  Lcom/sun/jdi/Location;
    MethodParameters:
           Name  Flags
      this$0     final
      evt        
      requestID  
      thread     
      location   

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

  public com.sun.jdi.Method method();
    descriptor: ()Lcom/sun/jdi/Method;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.EventSetImpl$LocatableEventImpl this
         0: .line 244
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl$LocatableEventImpl.location:Lcom/sun/jdi/Location;
            invokeinterface com.sun.jdi.Location.method:()Lcom/sun/jdi/Method;
            areturn
        end local 0 // com.sun.tools.jdi.EventSetImpl$LocatableEventImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/EventSetImpl$LocatableEventImpl;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.EventSetImpl$LocatableEventImpl this
         0: .line 248
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.EventSetImpl$LocatableEventImpl.eventName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "@"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         1: .line 249
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.EventSetImpl$LocatableEventImpl.location:()Lcom/sun/jdi/Location;
            ifnonnull 2
            ldc " null"
            goto 3
      StackMap locals:
      StackMap stack: java.lang.StringBuilder
         2: aload 0 /* this */
            invokevirtual com.sun.tools.jdi.EventSetImpl$LocatableEventImpl.location:()Lcom/sun/jdi/Location;
            invokeinterface com.sun.jdi.Location.toString:()Ljava/lang/String;
      StackMap locals: com.sun.tools.jdi.EventSetImpl$LocatableEventImpl
      StackMap stack: java.lang.StringBuilder java.lang.String
         3: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 250
            ldc " in thread "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.EventSetImpl$LocatableEventImpl.thread:()Lcom/sun/jdi/ThreadReference;
            invokeinterface com.sun.jdi.ThreadReference.name:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         5: .line 248
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.jdi.EventSetImpl$LocatableEventImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/jdi/EventSetImpl$LocatableEventImpl;
}
SourceFile: "EventSetImpl.java"
NestHost: com.sun.tools.jdi.EventSetImpl
InnerClasses:
  abstract LocatableEventImpl = com.sun.tools.jdi.EventSetImpl$LocatableEventImpl of com.sun.tools.jdi.EventSetImpl
  abstract ThreadedEventImpl = com.sun.tools.jdi.EventSetImpl$ThreadedEventImpl 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