public abstract class com.sun.tools.example.debug.bdi.EventRequestSpec
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.tools.example.debug.bdi.EventRequestSpec
  super_class: java.lang.Object
{
  static final int STATUS_UNRESOLVED;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final int STATUS_RESOLVED;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  static final int STATUS_ERROR;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  static final java.lang.Object specPropertyKey;
    descriptor: Ljava/lang/Object;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  final com.sun.tools.example.debug.bdi.EventRequestSpecList specs;
    descriptor: Lcom/sun/tools/example/debug/bdi/EventRequestSpecList;
    flags: (0x0010) ACC_FINAL

  final com.sun.tools.example.debug.bdi.ReferenceTypeSpec refSpec;
    descriptor: Lcom/sun/tools/example/debug/bdi/ReferenceTypeSpec;
    flags: (0x0010) ACC_FINAL

  com.sun.jdi.request.EventRequest request;
    descriptor: Lcom/sun/jdi/request/EventRequest;
    flags: (0x0000) 

  int status;
    descriptor: I
    flags: (0x0000) 

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 46
            ldc "spec"
            putstatic com.sun.tools.example.debug.bdi.EventRequestSpec.specPropertyKey:Ljava/lang/Object;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(com.sun.tools.example.debug.bdi.EventRequestSpecList, com.sun.tools.example.debug.bdi.ReferenceTypeSpec);
    descriptor: (Lcom/sun/tools/example/debug/bdi/EventRequestSpecList;Lcom/sun/tools/example/debug/bdi/ReferenceTypeSpec;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.example.debug.bdi.EventRequestSpec this
        start local 1 // com.sun.tools.example.debug.bdi.EventRequestSpecList specs
        start local 2 // com.sun.tools.example.debug.bdi.ReferenceTypeSpec refSpec
         0: .line 54
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 50
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.example.debug.bdi.EventRequestSpec.request:Lcom/sun/jdi/request/EventRequest;
         2: .line 52
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.example.debug.bdi.EventRequestSpec.status:I
         3: .line 55
            aload 0 /* this */
            aload 1 /* specs */
            putfield com.sun.tools.example.debug.bdi.EventRequestSpec.specs:Lcom/sun/tools/example/debug/bdi/EventRequestSpecList;
         4: .line 56
            aload 0 /* this */
            aload 2 /* refSpec */
            putfield com.sun.tools.example.debug.bdi.EventRequestSpec.refSpec:Lcom/sun/tools/example/debug/bdi/ReferenceTypeSpec;
         5: .line 57
            return
        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.EventRequestSpec this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lcom/sun/tools/example/debug/bdi/EventRequestSpec;
            0    6     1    specs  Lcom/sun/tools/example/debug/bdi/EventRequestSpecList;
            0    6     2  refSpec  Lcom/sun/tools/example/debug/bdi/ReferenceTypeSpec;
    MethodParameters:
         Name  Flags
      specs    
      refSpec  

  void setRequest(com.sun.jdi.request.EventRequest);
    descriptor: (Lcom/sun/jdi/request/EventRequest;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.example.debug.bdi.EventRequestSpec this
        start local 1 // com.sun.jdi.request.EventRequest request
         0: .line 60
            aload 0 /* this */
            aload 1 /* request */
            putfield com.sun.tools.example.debug.bdi.EventRequestSpec.request:Lcom/sun/jdi/request/EventRequest;
         1: .line 61
            aload 1 /* request */
            getstatic com.sun.tools.example.debug.bdi.EventRequestSpec.specPropertyKey:Ljava/lang/Object;
            aload 0 /* this */
            invokeinterface com.sun.jdi.request.EventRequest.putProperty:(Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 62
            aload 1 /* request */
            invokeinterface com.sun.jdi.request.EventRequest.enable:()V
         3: .line 63
            return
        end local 1 // com.sun.jdi.request.EventRequest request
        end local 0 // com.sun.tools.example.debug.bdi.EventRequestSpec this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/sun/tools/example/debug/bdi/EventRequestSpec;
            0    4     1  request  Lcom/sun/jdi/request/EventRequest;
    MethodParameters:
         Name  Flags
      request  

  abstract void resolve(com.sun.jdi.ReferenceType);
    descriptor: (Lcom/sun/jdi/ReferenceType;)V
    flags: (0x0400) ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
         Name  Flags
      refType  

  abstract void notifySet(com.sun.tools.example.debug.bdi.SpecListener, com.sun.tools.example.debug.bdi.SpecEvent);
    descriptor: (Lcom/sun/tools/example/debug/bdi/SpecListener;Lcom/sun/tools/example/debug/bdi/SpecEvent;)V
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      listener  
      evt       

  abstract void notifyDeferred(com.sun.tools.example.debug.bdi.SpecListener, com.sun.tools.example.debug.bdi.SpecEvent);
    descriptor: (Lcom/sun/tools/example/debug/bdi/SpecListener;Lcom/sun/tools/example/debug/bdi/SpecEvent;)V
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      listener  
      evt       

  abstract void notifyResolved(com.sun.tools.example.debug.bdi.SpecListener, com.sun.tools.example.debug.bdi.SpecEvent);
    descriptor: (Lcom/sun/tools/example/debug/bdi/SpecListener;Lcom/sun/tools/example/debug/bdi/SpecEvent;)V
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      listener  
      evt       

  abstract void notifyDeleted(com.sun.tools.example.debug.bdi.SpecListener, com.sun.tools.example.debug.bdi.SpecEvent);
    descriptor: (Lcom/sun/tools/example/debug/bdi/SpecListener;Lcom/sun/tools/example/debug/bdi/SpecEvent;)V
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      listener  
      evt       

  abstract void notifyError(com.sun.tools.example.debug.bdi.SpecListener, com.sun.tools.example.debug.bdi.SpecErrorEvent);
    descriptor: (Lcom/sun/tools/example/debug/bdi/SpecListener;Lcom/sun/tools/example/debug/bdi/SpecErrorEvent;)V
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      listener  
      evt       

  void resolveNotify(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.EventRequestSpec this
        start local 1 // com.sun.jdi.ReferenceType refType
         0: .line 81
            aload 0 /* this */
            aload 1 /* refType */
            invokevirtual com.sun.tools.example.debug.bdi.EventRequestSpec.resolve:(Lcom/sun/jdi/ReferenceType;)V
         1: .line 82
            aload 0 /* this */
            iconst_2
            putfield com.sun.tools.example.debug.bdi.EventRequestSpec.status:I
         2: .line 83
            aload 0 /* this */
            getfield com.sun.tools.example.debug.bdi.EventRequestSpec.specs:Lcom/sun/tools/example/debug/bdi/EventRequestSpecList;
            aload 0 /* this */
            invokevirtual com.sun.tools.example.debug.bdi.EventRequestSpecList.notifyResolved:(Lcom/sun/tools/example/debug/bdi/EventRequestSpec;)V
         3: .line 84
            goto 7
      StackMap locals:
      StackMap stack: java.lang.Exception
         4: astore 2 /* exc */
        start local 2 // java.lang.Exception exc
         5: .line 85
            aload 0 /* this */
            iconst_3
            putfield com.sun.tools.example.debug.bdi.EventRequestSpec.status:I
         6: .line 86
            aload 0 /* this */
            getfield com.sun.tools.example.debug.bdi.EventRequestSpec.specs:Lcom/sun/tools/example/debug/bdi/EventRequestSpecList;
            aload 0 /* this */
            aload 2 /* exc */
            invokevirtual com.sun.tools.example.debug.bdi.EventRequestSpecList.notifyError:(Lcom/sun/tools/example/debug/bdi/EventRequestSpec;Ljava/lang/Exception;)V
        end local 2 // java.lang.Exception exc
         7: .line 88
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.jdi.ReferenceType refType
        end local 0 // com.sun.tools.example.debug.bdi.EventRequestSpec this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lcom/sun/tools/example/debug/bdi/EventRequestSpec;
            0    8     1  refType  Lcom/sun/jdi/ReferenceType;
            5    7     2      exc  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     3       4  Class java.lang.Exception
    MethodParameters:
         Name  Flags
      refType  

  void attemptResolve(com.sun.jdi.ReferenceType);
    descriptor: (Lcom/sun/jdi/ReferenceType;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.example.debug.bdi.EventRequestSpec this
        start local 1 // com.sun.jdi.ReferenceType refType
         0: .line 94
            aload 0 /* this */
            invokevirtual com.sun.tools.example.debug.bdi.EventRequestSpec.isResolved:()Z
            ifne 2
            aload 0 /* this */
            getfield com.sun.tools.example.debug.bdi.EventRequestSpec.refSpec:Lcom/sun/tools/example/debug/bdi/ReferenceTypeSpec;
            aload 1 /* refType */
            invokeinterface com.sun.tools.example.debug.bdi.ReferenceTypeSpec.matches:(Lcom/sun/jdi/ReferenceType;)Z
            ifeq 2
         1: .line 95
            aload 0 /* this */
            aload 1 /* refType */
            invokevirtual com.sun.tools.example.debug.bdi.EventRequestSpec.resolveNotify:(Lcom/sun/jdi/ReferenceType;)V
         2: .line 97
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.jdi.ReferenceType refType
        end local 0 // com.sun.tools.example.debug.bdi.EventRequestSpec this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/sun/tools/example/debug/bdi/EventRequestSpec;
            0    3     1  refType  Lcom/sun/jdi/ReferenceType;
    MethodParameters:
         Name  Flags
      refType  

  void attemptImmediateResolve(com.sun.jdi.VirtualMachine);
    descriptor: (Lcom/sun/jdi/VirtualMachine;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // com.sun.tools.example.debug.bdi.EventRequestSpec this
        start local 1 // com.sun.jdi.VirtualMachine vm
         0: .line 101
            aload 1 /* vm */
            invokeinterface com.sun.jdi.VirtualMachine.allClasses:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 11
      StackMap locals: com.sun.tools.example.debug.bdi.EventRequestSpec com.sun.jdi.VirtualMachine top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.jdi.ReferenceType
            astore 2 /* refType */
        start local 2 // com.sun.jdi.ReferenceType refType
         2: .line 102
            aload 0 /* this */
            getfield com.sun.tools.example.debug.bdi.EventRequestSpec.refSpec:Lcom/sun/tools/example/debug/bdi/ReferenceTypeSpec;
            aload 2 /* refType */
            invokeinterface com.sun.tools.example.debug.bdi.ReferenceTypeSpec.matches:(Lcom/sun/jdi/ReferenceType;)Z
            ifeq 11
         3: .line 104
            aload 0 /* this */
            aload 2 /* refType */
            invokevirtual com.sun.tools.example.debug.bdi.EventRequestSpec.resolve:(Lcom/sun/jdi/ReferenceType;)V
         4: .line 105
            aload 0 /* this */
            iconst_2
            putfield com.sun.tools.example.debug.bdi.EventRequestSpec.status:I
         5: .line 106
            aload 0 /* this */
            getfield com.sun.tools.example.debug.bdi.EventRequestSpec.specs:Lcom/sun/tools/example/debug/bdi/EventRequestSpecList;
            aload 0 /* this */
            invokevirtual com.sun.tools.example.debug.bdi.EventRequestSpecList.notifySet:(Lcom/sun/tools/example/debug/bdi/EventRequestSpec;)V
         6: .line 107
            goto 10
      StackMap locals: com.sun.tools.example.debug.bdi.EventRequestSpec com.sun.jdi.VirtualMachine com.sun.jdi.ReferenceType java.util.Iterator
      StackMap stack: java.lang.Exception
         7: astore 4 /* exc */
        start local 4 // java.lang.Exception exc
         8: .line 108
            aload 0 /* this */
            iconst_3
            putfield com.sun.tools.example.debug.bdi.EventRequestSpec.status:I
         9: .line 109
            aload 0 /* this */
            getfield com.sun.tools.example.debug.bdi.EventRequestSpec.specs:Lcom/sun/tools/example/debug/bdi/EventRequestSpecList;
            aload 0 /* this */
            aload 4 /* exc */
            invokevirtual com.sun.tools.example.debug.bdi.EventRequestSpecList.notifyError:(Lcom/sun/tools/example/debug/bdi/EventRequestSpec;Ljava/lang/Exception;)V
        end local 4 // java.lang.Exception exc
        10: .line 111
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.sun.jdi.ReferenceType refType
        11: .line 101
      StackMap locals: com.sun.tools.example.debug.bdi.EventRequestSpec com.sun.jdi.VirtualMachine top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
        12: .line 114
            aload 0 /* this */
            getfield com.sun.tools.example.debug.bdi.EventRequestSpec.specs:Lcom/sun/tools/example/debug/bdi/EventRequestSpecList;
            aload 0 /* this */
            invokevirtual com.sun.tools.example.debug.bdi.EventRequestSpecList.notifyDeferred:(Lcom/sun/tools/example/debug/bdi/EventRequestSpec;)V
        13: .line 115
            return
        end local 1 // com.sun.jdi.VirtualMachine vm
        end local 0 // com.sun.tools.example.debug.bdi.EventRequestSpec this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Lcom/sun/tools/example/debug/bdi/EventRequestSpec;
            0   14     1       vm  Lcom/sun/jdi/VirtualMachine;
            2   11     2  refType  Lcom/sun/jdi/ReferenceType;
            8   10     4      exc  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           3     6       7  Class java.lang.Exception
    MethodParameters:
      Name  Flags
      vm    

  public com.sun.jdi.request.EventRequest getEventRequest();
    descriptor: ()Lcom/sun/jdi/request/EventRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.bdi.EventRequestSpec this
         0: .line 118
            aload 0 /* this */
            getfield com.sun.tools.example.debug.bdi.EventRequestSpec.request:Lcom/sun/jdi/request/EventRequest;
            areturn
        end local 0 // com.sun.tools.example.debug.bdi.EventRequestSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/example/debug/bdi/EventRequestSpec;

  public boolean isResolved();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.bdi.EventRequestSpec this
         0: .line 125
            aload 0 /* this */
            getfield com.sun.tools.example.debug.bdi.EventRequestSpec.status:I
            iconst_2
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.tools.example.debug.bdi.EventRequestSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/example/debug/bdi/EventRequestSpec;

  public boolean isUnresolved();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.bdi.EventRequestSpec this
         0: .line 132
            aload 0 /* this */
            getfield com.sun.tools.example.debug.bdi.EventRequestSpec.status:I
            iconst_1
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.tools.example.debug.bdi.EventRequestSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/example/debug/bdi/EventRequestSpec;

  public boolean isErroneous();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.bdi.EventRequestSpec this
         0: .line 139
            aload 0 /* this */
            getfield com.sun.tools.example.debug.bdi.EventRequestSpec.status:I
            iconst_3
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.tools.example.debug.bdi.EventRequestSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/example/debug/bdi/EventRequestSpec;

  public java.lang.String getStatusString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.bdi.EventRequestSpec this
         0: .line 143
            aload 0 /* this */
            getfield com.sun.tools.example.debug.bdi.EventRequestSpec.status:I
            tableswitch { // 1 - 3
                    1: 2
                    2: 1
                    3: 3
              default: 4
          }
         1: .line 145
      StackMap locals:
      StackMap stack:
            ldc "resolved"
            areturn
         2: .line 147
      StackMap locals:
      StackMap stack:
            ldc "deferred"
            areturn
         3: .line 149
      StackMap locals:
      StackMap stack:
            ldc "erroneous"
            areturn
         4: .line 151
      StackMap locals:
      StackMap stack:
            ldc "unknown"
            areturn
        end local 0 // com.sun.tools.example.debug.bdi.EventRequestSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/example/debug/bdi/EventRequestSpec;

  boolean isJavaIdentifier(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.tools.example.debug.bdi.EventRequestSpec this
        start local 1 // java.lang.String s
         0: .line 155
            aload 1 /* s */
            invokestatic com.sun.tools.example.debug.bdi.Utils.isJavaIdentifier:(Ljava/lang/String;)Z
            ireturn
        end local 1 // java.lang.String s
        end local 0 // com.sun.tools.example.debug.bdi.EventRequestSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/example/debug/bdi/EventRequestSpec;
            0    1     1     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     

  public java.lang.String errorMessageFor(java.lang.Exception);
    descriptor: (Ljava/lang/Exception;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.example.debug.bdi.EventRequestSpec this
        start local 1 // java.lang.Exception e
         0: .line 159
            aload 1 /* e */
            instanceof java.lang.IllegalArgumentException
            ifeq 2
         1: .line 160
            ldc "Invalid command syntax"
            areturn
         2: .line 161
      StackMap locals:
      StackMap stack:
            aload 1 /* e */
            instanceof java.lang.RuntimeException
            ifeq 4
         3: .line 163
            aload 1 /* e */
            checkcast java.lang.RuntimeException
            athrow
         4: .line 165
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "Internal error; unable to set"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.Exception e
        end local 0 // com.sun.tools.example.debug.bdi.EventRequestSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/example/debug/bdi/EventRequestSpec;
            0    5     1     e  Ljava/lang/Exception;
    MethodParameters:
      Name  Flags
      e     
}
SourceFile: "EventRequestSpec.java"