abstract class com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl extends com.sun.tools.jdi.EventSetImpl$LocatableEventImpl implements com.sun.jdi.event.WatchpointEvent
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl
  super_class: com.sun.tools.jdi.EventSetImpl$LocatableEventImpl
{
  private final com.sun.tools.jdi.ReferenceTypeImpl refType;
    descriptor: Lcom/sun/tools/jdi/ReferenceTypeImpl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long fieldID;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private com.sun.jdi.Field field;
    descriptor: Lcom/sun/jdi/Field;
    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, byte, long, long, com.sun.jdi.ObjectReference);
    descriptor: (Lcom/sun/tools/jdi/EventSetImpl;Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$EventsCommon;ILcom/sun/jdi/ThreadReference;Lcom/sun/jdi/Location;BJJLcom/sun/jdi/ObjectReference;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=12, args_size=10
        start local 0 // com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl 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
        start local 6 // byte refTypeTag
        start local 7 // long typeID
        start local 9 // long fieldID
        start local 11 // com.sun.jdi.ObjectReference object
         0: .line 532
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl.this$0:Lcom/sun/tools/jdi/EventSetImpl;
         1: .line 533
            aload 0 /* this */
            aload 1
            aload 2 /* evt */
            iload 3 /* requestID */
            aload 4 /* thread */
            aload 5 /* location */
            invokespecial com.sun.tools.jdi.EventSetImpl$LocatableEventImpl.<init>:(Lcom/sun/tools/jdi/EventSetImpl;Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$EventsCommon;ILcom/sun/jdi/ThreadReference;Lcom/sun/jdi/Location;)V
         2: .line 526
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl.field:Lcom/sun/jdi/Field;
         3: .line 534
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            lload 7 /* typeID */
            iload 6 /* refTypeTag */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.referenceType:(JB)Lcom/sun/tools/jdi/ReferenceTypeImpl;
            putfield com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl.refType:Lcom/sun/tools/jdi/ReferenceTypeImpl;
         4: .line 535
            aload 0 /* this */
            lload 9 /* fieldID */
            putfield com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl.fieldID:J
         5: .line 536
            aload 0 /* this */
            aload 11 /* object */
            putfield com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl.object:Lcom/sun/jdi/ObjectReference;
         6: .line 537
            return
        end local 11 // com.sun.jdi.ObjectReference object
        end local 9 // long fieldID
        end local 7 // long typeID
        end local 6 // byte refTypeTag
        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$WatchpointEventImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lcom/sun/tools/jdi/EventSetImpl$WatchpointEventImpl;
            0    7     2         evt  Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$EventsCommon;
            0    7     3   requestID  I
            0    7     4      thread  Lcom/sun/jdi/ThreadReference;
            0    7     5    location  Lcom/sun/jdi/Location;
            0    7     6  refTypeTag  B
            0    7     7      typeID  J
            0    7     9     fieldID  J
            0    7    11      object  Lcom/sun/jdi/ObjectReference;
    MethodParameters:
            Name  Flags
      this$0      final
      evt         
      requestID   
      thread      
      location    
      refTypeTag  
      typeID      
      fieldID     
      object      

  public com.sun.jdi.Field field();
    descriptor: ()Lcom/sun/jdi/Field;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl this
         0: .line 540
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl.field:Lcom/sun/jdi/Field;
            ifnonnull 2
         1: .line 541
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl.refType:Lcom/sun/tools/jdi/ReferenceTypeImpl;
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl.fieldID:J
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.getFieldMirror:(J)Lcom/sun/jdi/Field;
            putfield com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl.field:Lcom/sun/jdi/Field;
         2: .line 543
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl.field:Lcom/sun/jdi/Field;
            areturn
        end local 0 // com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/EventSetImpl$WatchpointEventImpl;

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

  public com.sun.jdi.Value valueCurrent();
    descriptor: ()Lcom/sun/jdi/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl this
         0: .line 551
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl.object:Lcom/sun/jdi/ObjectReference;
            ifnonnull 2
         1: .line 552
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl.refType:Lcom/sun/tools/jdi/ReferenceTypeImpl;
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl.field:()Lcom/sun/jdi/Field;
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.getValue:(Lcom/sun/jdi/Field;)Lcom/sun/jdi/Value;
            areturn
         2: .line 554
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl.object:Lcom/sun/jdi/ObjectReference;
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl.field:()Lcom/sun/jdi/Field;
            invokeinterface com.sun.jdi.ObjectReference.getValue:(Lcom/sun/jdi/Field;)Lcom/sun/jdi/Value;
            areturn
        end local 0 // com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/EventSetImpl$WatchpointEventImpl;
}
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 WatchpointEventImpl = com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl 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