public class com.sun.tools.example.debug.bdi.ModificationWatchpointSpec extends com.sun.tools.example.debug.bdi.WatchpointSpec
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.example.debug.bdi.ModificationWatchpointSpec
  super_class: com.sun.tools.example.debug.bdi.WatchpointSpec
{
  void <init>(com.sun.tools.example.debug.bdi.EventRequestSpecList, com.sun.tools.example.debug.bdi.ReferenceTypeSpec, java.lang.String);
    descriptor: (Lcom/sun/tools/example/debug/bdi/EventRequestSpecList;Lcom/sun/tools/example/debug/bdi/ReferenceTypeSpec;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.tools.example.debug.bdi.ModificationWatchpointSpec this
        start local 1 // com.sun.tools.example.debug.bdi.EventRequestSpecList specs
        start local 2 // com.sun.tools.example.debug.bdi.ReferenceTypeSpec refSpec
        start local 3 // java.lang.String fieldId
         0: .line 43
            aload 0 /* this */
            aload 1 /* specs */
            aload 2 /* refSpec */
            aload 3 /* fieldId */
            invokespecial com.sun.tools.example.debug.bdi.WatchpointSpec.<init>:(Lcom/sun/tools/example/debug/bdi/EventRequestSpecList;Lcom/sun/tools/example/debug/bdi/ReferenceTypeSpec;Ljava/lang/String;)V
         1: .line 44
            return
        end local 3 // java.lang.String fieldId
        end local 2 // com.sun.tools.example.debug.bdi.ReferenceTypeSpec refSpec
        end local 1 // com.sun.tools.example.debug.bdi.EventRequestSpecList specs
        end local 0 // com.sun.tools.example.debug.bdi.ModificationWatchpointSpec this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/tools/example/debug/bdi/ModificationWatchpointSpec;
            0    2     1    specs  Lcom/sun/tools/example/debug/bdi/EventRequestSpecList;
            0    2     2  refSpec  Lcom/sun/tools/example/debug/bdi/ReferenceTypeSpec;
            0    2     3  fieldId  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      specs    
      refSpec  
      fieldId  

  void resolve(com.sun.jdi.ReferenceType);
    descriptor: (Lcom/sun/jdi/ReferenceType;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.example.debug.bdi.ModificationWatchpointSpec this
        start local 1 // com.sun.jdi.ReferenceType refType
         0: .line 52
            aload 1 /* refType */
            instanceof com.sun.jdi.ClassType
            ifne 2
         1: .line 53
            new com.sun.jdi.InvalidTypeException
            dup
            invokespecial com.sun.jdi.InvalidTypeException.<init>:()V
            athrow
         2: .line 55
      StackMap locals:
      StackMap stack:
            aload 1 /* refType */
            aload 0 /* this */
            getfield com.sun.tools.example.debug.bdi.ModificationWatchpointSpec.fieldId:Ljava/lang/String;
            invokeinterface com.sun.jdi.ReferenceType.fieldByName:(Ljava/lang/String;)Lcom/sun/jdi/Field;
            astore 2 /* field */
        start local 2 // com.sun.jdi.Field field
         3: .line 56
            aload 2 /* field */
            ifnonnull 5
         4: .line 57
            new java.lang.NoSuchFieldException
            dup
            aload 0 /* this */
            getfield com.sun.tools.example.debug.bdi.ModificationWatchpointSpec.fieldId:Ljava/lang/String;
            invokespecial java.lang.NoSuchFieldException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 59
      StackMap locals: com.sun.jdi.Field
      StackMap stack:
            aload 0 /* this */
            aload 1 /* refType */
            invokeinterface com.sun.jdi.ReferenceType.virtualMachine:()Lcom/sun/jdi/VirtualMachine;
            invokeinterface com.sun.jdi.VirtualMachine.eventRequestManager:()Lcom/sun/jdi/request/EventRequestManager;
         6: .line 60
            aload 2 /* field */
            invokeinterface com.sun.jdi.request.EventRequestManager.createModificationWatchpointRequest:(Lcom/sun/jdi/Field;)Lcom/sun/jdi/request/ModificationWatchpointRequest;
         7: .line 59
            invokevirtual com.sun.tools.example.debug.bdi.ModificationWatchpointSpec.setRequest:(Lcom/sun/jdi/request/EventRequest;)V
         8: .line 61
            return
        end local 2 // com.sun.jdi.Field field
        end local 1 // com.sun.jdi.ReferenceType refType
        end local 0 // com.sun.tools.example.debug.bdi.ModificationWatchpointSpec this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lcom/sun/tools/example/debug/bdi/ModificationWatchpointSpec;
            0    9     1  refType  Lcom/sun/jdi/ReferenceType;
            3    9     2    field  Lcom/sun/jdi/Field;
    Exceptions:
      throws com.sun.jdi.InvalidTypeException, java.lang.NoSuchFieldException
    MethodParameters:
         Name  Flags
      refType  

  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.example.debug.bdi.ModificationWatchpointSpec this
        start local 1 // java.lang.Object obj
         0: .line 65
            aload 1 /* obj */
            instanceof com.sun.tools.example.debug.bdi.ModificationWatchpointSpec
            ifeq 3
         1: .line 66
            aload 0 /* this */
            aload 1 /* obj */
            invokespecial com.sun.tools.example.debug.bdi.WatchpointSpec.equals:(Ljava/lang/Object;)Z
            ifeq 3
         2: .line 65
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // com.sun.tools.example.debug.bdi.ModificationWatchpointSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/example/debug/bdi/ModificationWatchpointSpec;
            0    4     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "ModificationWatchpointSpec.java"