abstract class com.sun.tools.jdi.EventRequestManagerImpl$WatchpointRequestImpl extends com.sun.tools.jdi.EventRequestManagerImpl$ClassVisibleEventRequestImpl implements com.sun.jdi.request.WatchpointRequest
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.tools.jdi.EventRequestManagerImpl$WatchpointRequestImpl
  super_class: com.sun.tools.jdi.EventRequestManagerImpl$ClassVisibleEventRequestImpl
{
  final com.sun.jdi.Field field;
    descriptor: Lcom/sun/jdi/Field;
    flags: (0x0010) ACC_FINAL

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

  void <init>(com.sun.tools.jdi.EventRequestManagerImpl, com.sun.jdi.Field);
    descriptor: (Lcom/sun/tools/jdi/EventRequestManagerImpl;Lcom/sun/jdi/Field;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.sun.tools.jdi.EventRequestManagerImpl$WatchpointRequestImpl this
        start local 2 // com.sun.jdi.Field field
         0: .line 685
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.jdi.EventRequestManagerImpl$WatchpointRequestImpl.this$0:Lcom/sun/tools/jdi/EventRequestManagerImpl;
            aload 0 /* this */
            aload 1
            invokespecial com.sun.tools.jdi.EventRequestManagerImpl$ClassVisibleEventRequestImpl.<init>:(Lcom/sun/tools/jdi/EventRequestManagerImpl;)V
         1: .line 686
            aload 0 /* this */
            aload 2 /* field */
            putfield com.sun.tools.jdi.EventRequestManagerImpl$WatchpointRequestImpl.field:Lcom/sun/jdi/Field;
         2: .line 687
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventRequestManagerImpl$WatchpointRequestImpl.filters:Ljava/util/List;
            iconst_0
         3: .line 689
            aload 2 /* field */
            invokeinterface com.sun.jdi.Field.declaringType:()Lcom/sun/jdi/ReferenceType;
            checkcast com.sun.tools.jdi.ReferenceTypeImpl
         4: .line 690
            aload 2 /* field */
            checkcast com.sun.tools.jdi.FieldImpl
            invokevirtual com.sun.tools.jdi.FieldImpl.ref:()J
         5: .line 688
            invokestatic com.sun.tools.jdi.JDWP$EventRequest$Set$Modifier$FieldOnly.create:(Lcom/sun/tools/jdi/ReferenceTypeImpl;J)Lcom/sun/tools/jdi/JDWP$EventRequest$Set$Modifier;
         6: .line 687
            invokeinterface java.util.List.add:(ILjava/lang/Object;)V
         7: .line 691
            return
        end local 2 // com.sun.jdi.Field field
        end local 0 // com.sun.tools.jdi.EventRequestManagerImpl$WatchpointRequestImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/sun/tools/jdi/EventRequestManagerImpl$WatchpointRequestImpl;
            0    8     2  field  Lcom/sun/jdi/Field;
    MethodParameters:
        Name  Flags
      this$0  final
      field   

  public com.sun.jdi.Field field();
    descriptor: ()Lcom/sun/jdi/Field;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.EventRequestManagerImpl$WatchpointRequestImpl this
         0: .line 694
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventRequestManagerImpl$WatchpointRequestImpl.field:Lcom/sun/jdi/Field;
            areturn
        end local 0 // com.sun.tools.jdi.EventRequestManagerImpl$WatchpointRequestImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/EventRequestManagerImpl$WatchpointRequestImpl;
}
SourceFile: "EventRequestManagerImpl.java"
NestHost: com.sun.tools.jdi.EventRequestManagerImpl
InnerClasses:
  abstract ClassVisibleEventRequestImpl = com.sun.tools.jdi.EventRequestManagerImpl$ClassVisibleEventRequestImpl of com.sun.tools.jdi.EventRequestManagerImpl
  abstract WatchpointRequestImpl = com.sun.tools.jdi.EventRequestManagerImpl$WatchpointRequestImpl of com.sun.tools.jdi.EventRequestManagerImpl
  EventRequest = com.sun.tools.jdi.JDWP$EventRequest of com.sun.tools.jdi.JDWP
  Set = com.sun.tools.jdi.JDWP$EventRequest$Set of com.sun.tools.jdi.JDWP$EventRequest
  Modifier = com.sun.tools.jdi.JDWP$EventRequest$Set$Modifier of com.sun.tools.jdi.JDWP$EventRequest$Set
  FieldOnly = com.sun.tools.jdi.JDWP$EventRequest$Set$Modifier$FieldOnly of com.sun.tools.jdi.JDWP$EventRequest$Set$Modifier