class com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl extends com.sun.tools.jdi.EventRequestManagerImpl$ClassVisibleEventRequestImpl implements com.sun.jdi.request.StepRequest
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl
  super_class: com.sun.tools.jdi.EventRequestManagerImpl$ClassVisibleEventRequestImpl
{
  com.sun.tools.jdi.ThreadReferenceImpl thread;
    descriptor: Lcom/sun/tools/jdi/ThreadReferenceImpl;
    flags: (0x0000) 

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

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

  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.ThreadReference, int, int);
    descriptor: (Lcom/sun/tools/jdi/EventRequestManagerImpl;Lcom/sun/jdi/ThreadReference;II)V
    flags: (0x0000) 
    Code:
      stack=4, locals=10, args_size=5
        start local 0 // com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl this
        start local 2 // com.sun.jdi.ThreadReference thread
        start local 3 // int size
        start local 4 // int depth
         0: .line 575
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl.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 576
            aload 0 /* this */
            aload 2 /* thread */
            checkcast com.sun.tools.jdi.ThreadReferenceImpl
            putfield com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl.thread:Lcom/sun/tools/jdi/ThreadReferenceImpl;
         2: .line 577
            aload 0 /* this */
            iload 3 /* size */
            putfield com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl.size:I
         3: .line 578
            aload 0 /* this */
            iload 4 /* depth */
            putfield com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl.depth:I
         4: .line 584
            iload 3 /* size */
            tableswitch { // -2 - -1
                   -2: 7
                   -1: 5
              default: 9
          }
         5: .line 586
      StackMap locals: com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl com.sun.tools.jdi.EventRequestManagerImpl com.sun.jdi.ThreadReference int int
      StackMap stack:
            iconst_0
            istore 5 /* jdwpSize */
        start local 5 // int jdwpSize
         6: .line 587
            goto 10
        end local 5 // int jdwpSize
         7: .line 589
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 5 /* jdwpSize */
        start local 5 // int jdwpSize
         8: .line 590
            goto 10
        end local 5 // int jdwpSize
         9: .line 592
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Invalid step size"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        start local 5 // int jdwpSize
        10: .line 596
      StackMap locals: int
      StackMap stack:
            iload 4 /* depth */
            tableswitch { // 1 - 3
                    1: 11
                    2: 13
                    3: 15
              default: 17
          }
        11: .line 598
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* jdwpDepth */
        start local 6 // int jdwpDepth
        12: .line 599
            goto 18
        end local 6 // int jdwpDepth
        13: .line 601
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 6 /* jdwpDepth */
        start local 6 // int jdwpDepth
        14: .line 602
            goto 18
        end local 6 // int jdwpDepth
        15: .line 604
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 6 /* jdwpDepth */
        start local 6 // int jdwpDepth
        16: .line 605
            goto 18
        end local 6 // int jdwpDepth
        17: .line 607
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Invalid step depth"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        start local 6 // int jdwpDepth
        18: .line 613
      StackMap locals: int
      StackMap stack:
            aload 1
            invokevirtual com.sun.tools.jdi.EventRequestManagerImpl.stepRequests:()Ljava/util/List;
            astore 7 /* requests */
        start local 7 // java.util.List requests
        19: .line 614
            aload 7 /* requests */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 8 /* iter */
        start local 8 // java.util.Iterator iter
        20: .line 615
            goto 28
        21: .line 616
      StackMap locals: java.util.List java.util.Iterator
      StackMap stack:
            aload 8 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.jdi.request.StepRequest
            astore 9 /* request */
        start local 9 // com.sun.jdi.request.StepRequest request
        22: .line 617
            aload 9 /* request */
            aload 0 /* this */
            if_acmpeq 28
        23: .line 618
            aload 9 /* request */
            invokeinterface com.sun.jdi.request.StepRequest.isEnabled:()Z
            ifeq 28
        24: .line 619
            aload 9 /* request */
            invokeinterface com.sun.jdi.request.StepRequest.thread:()Lcom/sun/jdi/ThreadReference;
            aload 2 /* thread */
            invokeinterface com.sun.jdi.ThreadReference.equals:(Ljava/lang/Object;)Z
            ifeq 28
        25: .line 620
            new com.sun.jdi.request.DuplicateRequestException
            dup
        26: .line 621
            ldc "Only one step request allowed per thread"
        27: .line 620
            invokespecial com.sun.jdi.request.DuplicateRequestException.<init>:(Ljava/lang/String;)V
            athrow
        end local 9 // com.sun.jdi.request.StepRequest request
        28: .line 615
      StackMap locals:
      StackMap stack:
            aload 8 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 21
        29: .line 625
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl.filters:Ljava/util/List;
        30: .line 626
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl.thread:Lcom/sun/tools/jdi/ThreadReferenceImpl;
            iload 5 /* jdwpSize */
            iload 6 /* jdwpDepth */
            invokestatic com.sun.tools.jdi.JDWP$EventRequest$Set$Modifier$Step.create:(Lcom/sun/tools/jdi/ThreadReferenceImpl;II)Lcom/sun/tools/jdi/JDWP$EventRequest$Set$Modifier;
        31: .line 625
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        32: .line 627
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl.requestList:()Ljava/util/List;
            aload 0 /* this */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        33: .line 629
            return
        end local 8 // java.util.Iterator iter
        end local 7 // java.util.List requests
        end local 6 // int jdwpDepth
        end local 5 // int jdwpSize
        end local 4 // int depth
        end local 3 // int size
        end local 2 // com.sun.jdi.ThreadReference thread
        end local 0 // com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   34     0       this  Lcom/sun/tools/jdi/EventRequestManagerImpl$StepRequestImpl;
            0   34     2     thread  Lcom/sun/jdi/ThreadReference;
            0   34     3       size  I
            0   34     4      depth  I
            6    7     5   jdwpSize  I
            8    9     5   jdwpSize  I
           10   34     5   jdwpSize  I
           12   13     6  jdwpDepth  I
           14   15     6  jdwpDepth  I
           16   17     6  jdwpDepth  I
           18   34     6  jdwpDepth  I
           19   34     7   requests  Ljava/util/List<Lcom/sun/jdi/request/StepRequest;>;
           20   34     8       iter  Ljava/util/Iterator<Lcom/sun/jdi/request/StepRequest;>;
           22   28     9    request  Lcom/sun/jdi/request/StepRequest;
    MethodParameters:
        Name  Flags
      this$0  final
      thread  
      size    
      depth   

  public int depth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl this
         0: .line 631
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl.depth:I
            ireturn
        end local 0 // com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/EventRequestManagerImpl$StepRequestImpl;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl this
         0: .line 635
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl.size:I
            ireturn
        end local 0 // com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/EventRequestManagerImpl$StepRequestImpl;

  public com.sun.jdi.ThreadReference thread();
    descriptor: ()Lcom/sun/jdi/ThreadReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl this
         0: .line 639
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl.thread:Lcom/sun/tools/jdi/ThreadReferenceImpl;
            areturn
        end local 0 // com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/EventRequestManagerImpl$StepRequestImpl;

  int eventCmd();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl this
         0: .line 643
            iconst_1
            ireturn
        end local 0 // com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/EventRequestManagerImpl$StepRequestImpl;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl this
         0: .line 647
            new java.lang.StringBuilder
            dup
            ldc "step request "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl.thread:()Lcom/sun/jdi/ThreadReference;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl.state:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/EventRequestManagerImpl$StepRequestImpl;
}
SourceFile: "EventRequestManagerImpl.java"
NestHost: com.sun.tools.jdi.EventRequestManagerImpl
InnerClasses:
  abstract ClassVisibleEventRequestImpl = com.sun.tools.jdi.EventRequestManagerImpl$ClassVisibleEventRequestImpl of com.sun.tools.jdi.EventRequestManagerImpl
  StepRequestImpl = com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl 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
  Step = com.sun.tools.jdi.JDWP$EventRequest$Set$Modifier$Step of com.sun.tools.jdi.JDWP$EventRequest$Set$Modifier