abstract class com.sun.tools.example.debug.tty.WatchpointSpec extends com.sun.tools.example.debug.tty.EventRequestSpec
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.tools.example.debug.tty.WatchpointSpec
  super_class: com.sun.tools.example.debug.tty.EventRequestSpec
{
  final java.lang.String fieldId;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  void <init>(com.sun.tools.example.debug.tty.ReferenceTypeSpec, java.lang.String);
    descriptor: (Lcom/sun/tools/example/debug/tty/ReferenceTypeSpec;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.example.debug.tty.WatchpointSpec this
        start local 1 // com.sun.tools.example.debug.tty.ReferenceTypeSpec refSpec
        start local 2 // java.lang.String fieldId
         0: .line 42
            aload 0 /* this */
            aload 1 /* refSpec */
            invokespecial com.sun.tools.example.debug.tty.EventRequestSpec.<init>:(Lcom/sun/tools/example/debug/tty/ReferenceTypeSpec;)V
         1: .line 43
            aload 0 /* this */
            aload 2 /* fieldId */
            putfield com.sun.tools.example.debug.tty.WatchpointSpec.fieldId:Ljava/lang/String;
         2: .line 44
            aload 0 /* this */
            aload 2 /* fieldId */
            invokevirtual com.sun.tools.example.debug.tty.WatchpointSpec.isJavaIdentifier:(Ljava/lang/String;)Z
            ifne 4
         3: .line 45
            new com.sun.tools.example.debug.tty.MalformedMemberNameException
            dup
            aload 2 /* fieldId */
            invokespecial com.sun.tools.example.debug.tty.MalformedMemberNameException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 47
      StackMap locals: com.sun.tools.example.debug.tty.WatchpointSpec com.sun.tools.example.debug.tty.ReferenceTypeSpec java.lang.String
      StackMap stack:
            return
        end local 2 // java.lang.String fieldId
        end local 1 // com.sun.tools.example.debug.tty.ReferenceTypeSpec refSpec
        end local 0 // com.sun.tools.example.debug.tty.WatchpointSpec this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/sun/tools/example/debug/tty/WatchpointSpec;
            0    5     1  refSpec  Lcom/sun/tools/example/debug/tty/ReferenceTypeSpec;
            0    5     2  fieldId  Ljava/lang/String;
    Exceptions:
      throws com.sun.tools.example.debug.tty.MalformedMemberNameException
    MethodParameters:
         Name  Flags
      refSpec  
      fieldId  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.tty.WatchpointSpec this
         0: .line 51
            aload 0 /* this */
            getfield com.sun.tools.example.debug.tty.WatchpointSpec.refSpec:Lcom/sun/tools/example/debug/tty/ReferenceTypeSpec;
            invokeinterface com.sun.tools.example.debug.tty.ReferenceTypeSpec.hashCode:()I
            aload 0 /* this */
            getfield com.sun.tools.example.debug.tty.WatchpointSpec.fieldId:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            iadd
         1: .line 52
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Object.hashCode:()I
         2: .line 51
            iadd
            ireturn
        end local 0 // com.sun.tools.example.debug.tty.WatchpointSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/example/debug/tty/WatchpointSpec;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.tools.example.debug.tty.WatchpointSpec this
        start local 1 // java.lang.Object obj
         0: .line 57
            aload 1 /* obj */
            instanceof com.sun.tools.example.debug.tty.WatchpointSpec
            ifeq 7
         1: .line 58
            aload 1 /* obj */
            checkcast com.sun.tools.example.debug.tty.WatchpointSpec
            astore 2 /* watchpoint */
        start local 2 // com.sun.tools.example.debug.tty.WatchpointSpec watchpoint
         2: .line 60
            aload 0 /* this */
            getfield com.sun.tools.example.debug.tty.WatchpointSpec.fieldId:Ljava/lang/String;
            aload 2 /* watchpoint */
            getfield com.sun.tools.example.debug.tty.WatchpointSpec.fieldId:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         3: .line 61
            aload 0 /* this */
            getfield com.sun.tools.example.debug.tty.WatchpointSpec.refSpec:Lcom/sun/tools/example/debug/tty/ReferenceTypeSpec;
            aload 2 /* watchpoint */
            getfield com.sun.tools.example.debug.tty.WatchpointSpec.refSpec:Lcom/sun/tools/example/debug/tty/ReferenceTypeSpec;
            invokeinterface com.sun.tools.example.debug.tty.ReferenceTypeSpec.equals:(Ljava/lang/Object;)Z
            ifeq 6
         4: .line 62
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 2 /* watchpoint */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 60
            iconst_1
            ireturn
      StackMap locals: com.sun.tools.example.debug.tty.WatchpointSpec
      StackMap stack:
         6: iconst_0
            ireturn
        end local 2 // com.sun.tools.example.debug.tty.WatchpointSpec watchpoint
         7: .line 64
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // com.sun.tools.example.debug.tty.WatchpointSpec this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lcom/sun/tools/example/debug/tty/WatchpointSpec;
            0    8     1         obj  Ljava/lang/Object;
            2    7     2  watchpoint  Lcom/sun/tools/example/debug/tty/WatchpointSpec;
    MethodParameters:
      Name  Flags
      obj   

  java.lang.String errorMessageFor(java.lang.Exception);
    descriptor: (Ljava/lang/Exception;)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.tools.example.debug.tty.WatchpointSpec this
        start local 1 // java.lang.Exception e
         0: .line 70
            aload 1 /* e */
            instanceof java.lang.NoSuchFieldException
            ifeq 4
         1: .line 71
            ldc "No field in"
         2: .line 72
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield com.sun.tools.example.debug.tty.WatchpointSpec.fieldId:Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield com.sun.tools.example.debug.tty.WatchpointSpec.refSpec:Lcom/sun/tools/example/debug/tty/ReferenceTypeSpec;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            aastore
         3: .line 71
            invokestatic com.sun.tools.example.debug.tty.MessageOutput.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
         4: .line 74
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* e */
            invokespecial com.sun.tools.example.debug.tty.EventRequestSpec.errorMessageFor:(Ljava/lang/Exception;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.Exception e
        end local 0 // com.sun.tools.example.debug.tty.WatchpointSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/example/debug/tty/WatchpointSpec;
            0    5     1     e  Ljava/lang/Exception;
    MethodParameters:
      Name  Flags
      e     
}
SourceFile: "WatchpointSpec.java"