final class com.oracle.truffle.api.debug.SteppingStrategy$StepOut extends com.oracle.truffle.api.debug.SteppingStrategy
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.debug.SteppingStrategy$StepOut
  super_class: com.oracle.truffle.api.debug.SteppingStrategy
{
  private final com.oracle.truffle.api.debug.DebuggerSession session;
    descriptor: Lcom/oracle/truffle/api/debug/DebuggerSession;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.api.debug.StepConfig stepConfig;
    descriptor: Lcom/oracle/truffle/api/debug/StepConfig;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean exprStepping;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int stackCounter;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int exprCounter;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int unfinishedStepCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean activeFrame;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean activeExpression;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  void <init>(com.oracle.truffle.api.debug.DebuggerSession, com.oracle.truffle.api.debug.StepConfig);
    descriptor: (Lcom/oracle/truffle/api/debug/DebuggerSession;Lcom/oracle/truffle/api/debug/StepConfig;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOut this
        start local 1 // com.oracle.truffle.api.debug.DebuggerSession session
        start local 2 // com.oracle.truffle.api.debug.StepConfig stepConfig
         0: .line 350
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.debug.SteppingStrategy.<init>:()V
         1: .line 347
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOut.activeFrame:Z
         2: .line 348
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOut.activeExpression:Z
         3: .line 351
            aload 0 /* this */
            aload 1 /* session */
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOut.session:Lcom/oracle/truffle/api/debug/DebuggerSession;
         4: .line 352
            aload 0 /* this */
            aload 2 /* stepConfig */
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOut.stepConfig:Lcom/oracle/truffle/api/debug/StepConfig;
         5: .line 353
            aload 0 /* this */
            aload 2 /* stepConfig */
            aload 1 /* session */
            getstatic com.oracle.truffle.api.debug.SourceElement.EXPRESSION:Lcom/oracle/truffle/api/debug/SourceElement;
            invokevirtual com.oracle.truffle.api.debug.StepConfig.containsSourceElement:(Lcom/oracle/truffle/api/debug/DebuggerSession;Lcom/oracle/truffle/api/debug/SourceElement;)Z
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOut.exprStepping:Z
         6: .line 354
            aload 0 /* this */
            aload 2 /* stepConfig */
            invokevirtual com.oracle.truffle.api.debug.StepConfig.getCount:()I
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOut.unfinishedStepCount:I
         7: .line 355
            return
        end local 2 // com.oracle.truffle.api.debug.StepConfig stepConfig
        end local 1 // com.oracle.truffle.api.debug.DebuggerSession session
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOut this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lcom/oracle/truffle/api/debug/SteppingStrategy$StepOut;
            0    8     1     session  Lcom/oracle/truffle/api/debug/DebuggerSession;
            0    8     2  stepConfig  Lcom/oracle/truffle/api/debug/StepConfig;
    MethodParameters:
            Name  Flags
      session     
      stepConfig  

  void initialize(com.oracle.truffle.api.debug.SuspendedContext, com.oracle.truffle.api.debug.SuspendAnchor);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedContext;Lcom/oracle/truffle/api/debug/SuspendAnchor;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOut this
        start local 1 // com.oracle.truffle.api.debug.SuspendedContext context
        start local 2 // com.oracle.truffle.api.debug.SuspendAnchor suspendAnchor
         0: .line 359
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOut.stackCounter:I
         1: .line 360
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOut.exprCounter:I
         2: .line 361
            return
        end local 2 // com.oracle.truffle.api.debug.SuspendAnchor suspendAnchor
        end local 1 // com.oracle.truffle.api.debug.SuspendedContext context
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOut this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lcom/oracle/truffle/api/debug/SteppingStrategy$StepOut;
            0    3     1        context  Lcom/oracle/truffle/api/debug/SuspendedContext;
            0    3     2  suspendAnchor  Lcom/oracle/truffle/api/debug/SuspendAnchor;
    MethodParameters:
               Name  Flags
      context        
      suspendAnchor  

  void notifyCallEntry();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOut this
         0: .line 365
            aload 0 /* this */
            dup
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOut.stackCounter:I
            iconst_1
            iadd
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOut.stackCounter:I
         1: .line 366
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOut.activeFrame:Z
         2: .line 367
            return
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOut this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/debug/SteppingStrategy$StepOut;

  void notifyCallExit();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOut this
         0: .line 371
            aload 0 /* this */
            dup
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOut.stackCounter:I
            iconst_1
            isub
            dup_x1
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOut.stackCounter:I
            ifge 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 1 /* isOn */
        start local 1 // boolean isOn
         3: .line 372
            iload 1 /* isOn */
            ifeq 5
         4: .line 373
            aload 0 /* this */
            iconst_1
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOut.activeFrame:Z
         5: .line 375
      StackMap locals: int
      StackMap stack:
            return
        end local 1 // boolean isOn
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOut this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/oracle/truffle/api/debug/SteppingStrategy$StepOut;
            3    6     1  isOn  Z

  void notifyNodeEntry(com.oracle.truffle.api.instrumentation.EventContext);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventContext;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOut this
        start local 1 // com.oracle.truffle.api.instrumentation.EventContext context
         0: .line 379
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOut.exprStepping:Z
            ifeq 3
            aload 1 /* context */
            getstatic com.oracle.truffle.api.debug.SourceElement.EXPRESSION:Lcom/oracle/truffle/api/debug/SourceElement;
            invokevirtual com.oracle.truffle.api.debug.SourceElement.getTag:()Ljava/lang/Class;
            invokevirtual com.oracle.truffle.api.instrumentation.EventContext.hasTag:(Ljava/lang/Class;)Z
            ifeq 3
         1: .line 380
            aload 0 /* this */
            dup
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOut.exprCounter:I
            iconst_1
            iadd
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOut.exprCounter:I
         2: .line 381
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOut.activeExpression:Z
         3: .line 383
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.oracle.truffle.api.instrumentation.EventContext context
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOut this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/oracle/truffle/api/debug/SteppingStrategy$StepOut;
            0    4     1  context  Lcom/oracle/truffle/api/instrumentation/EventContext;
    MethodParameters:
         Name  Flags
      context  

  void notifyNodeExit(com.oracle.truffle.api.instrumentation.EventContext);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventContext;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOut this
        start local 1 // com.oracle.truffle.api.instrumentation.EventContext context
         0: .line 387
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOut.exprStepping:Z
            ifeq 6
            aload 1 /* context */
            getstatic com.oracle.truffle.api.debug.SourceElement.EXPRESSION:Lcom/oracle/truffle/api/debug/SourceElement;
            invokevirtual com.oracle.truffle.api.debug.SourceElement.getTag:()Ljava/lang/Class;
            invokevirtual com.oracle.truffle.api.instrumentation.EventContext.hasTag:(Ljava/lang/Class;)Z
            ifeq 6
         1: .line 388
            aload 0 /* this */
            dup
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOut.exprCounter:I
            iconst_1
            isub
            dup_x1
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOut.exprCounter:I
            ifge 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: istore 2 /* isOn */
        start local 2 // boolean isOn
         4: .line 389
            iload 2 /* isOn */
            ifeq 6
         5: .line 390
            aload 0 /* this */
            iconst_1
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOut.activeExpression:Z
        end local 2 // boolean isOn
         6: .line 393
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.oracle.truffle.api.instrumentation.EventContext context
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOut this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lcom/oracle/truffle/api/debug/SteppingStrategy$StepOut;
            0    7     1  context  Lcom/oracle/truffle/api/instrumentation/EventContext;
            4    6     2     isOn  Z
    MethodParameters:
         Name  Flags
      context  

  boolean isStopAfterCall();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOut this
         0: .line 397
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOut.activeFrame:Z
            ireturn
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOut this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/SteppingStrategy$StepOut;

  boolean isCollectingInputValues();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOut this
         0: .line 402
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOut.stepConfig:Lcom/oracle/truffle/api/debug/StepConfig;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOut.session:Lcom/oracle/truffle/api/debug/DebuggerSession;
            getstatic com.oracle.truffle.api.debug.SourceElement.EXPRESSION:Lcom/oracle/truffle/api/debug/SourceElement;
            invokevirtual com.oracle.truffle.api.debug.StepConfig.containsSourceElement:(Lcom/oracle/truffle/api/debug/DebuggerSession;Lcom/oracle/truffle/api/debug/SourceElement;)Z
            ireturn
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOut this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/SteppingStrategy$StepOut;

  boolean isActive(com.oracle.truffle.api.instrumentation.EventContext, com.oracle.truffle.api.debug.SuspendAnchor);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventContext;Lcom/oracle/truffle/api/debug/SuspendAnchor;)Z
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOut this
        start local 1 // com.oracle.truffle.api.instrumentation.EventContext context
        start local 2 // com.oracle.truffle.api.debug.SuspendAnchor suspendAnchor
         0: .line 407
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOut.activeFrame:Z
            ifne 1
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOut.activeExpression:Z
            ifeq 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOut.stepConfig:Lcom/oracle/truffle/api/debug/StepConfig;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOut.session:Lcom/oracle/truffle/api/debug/DebuggerSession;
            aload 1 /* context */
            aload 2 /* suspendAnchor */
            invokevirtual com.oracle.truffle.api.debug.StepConfig.matches:(Lcom/oracle/truffle/api/debug/DebuggerSession;Lcom/oracle/truffle/api/instrumentation/EventContext;Lcom/oracle/truffle/api/debug/SuspendAnchor;)Z
            ifeq 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
        end local 2 // com.oracle.truffle.api.debug.SuspendAnchor suspendAnchor
        end local 1 // com.oracle.truffle.api.instrumentation.EventContext context
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOut this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lcom/oracle/truffle/api/debug/SteppingStrategy$StepOut;
            0    3     1        context  Lcom/oracle/truffle/api/instrumentation/EventContext;
            0    3     2  suspendAnchor  Lcom/oracle/truffle/api/debug/SuspendAnchor;
    MethodParameters:
               Name  Flags
      context        
      suspendAnchor  

  boolean step(com.oracle.truffle.api.debug.DebuggerSession, com.oracle.truffle.api.instrumentation.EventContext, com.oracle.truffle.api.debug.SuspendAnchor);
    descriptor: (Lcom/oracle/truffle/api/debug/DebuggerSession;Lcom/oracle/truffle/api/instrumentation/EventContext;Lcom/oracle/truffle/api/debug/SuspendAnchor;)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOut this
        start local 1 // com.oracle.truffle.api.debug.DebuggerSession steppingSession
        start local 2 // com.oracle.truffle.api.instrumentation.EventContext context
        start local 3 // com.oracle.truffle.api.debug.SuspendAnchor suspendAnchor
         0: .line 412
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOut.stackCounter:I
         1: .line 413
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOut.exprCounter:I
         2: .line 414
            aload 0 /* this */
            dup
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOut.unfinishedStepCount:I
            iconst_1
            isub
            dup_x1
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOut.unfinishedStepCount:I
            ifgt 4
         3: .line 415
            iconst_1
            ireturn
         4: .line 417
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOut.activeFrame:Z
         5: .line 418
            iconst_0
            ireturn
        end local 3 // com.oracle.truffle.api.debug.SuspendAnchor suspendAnchor
        end local 2 // com.oracle.truffle.api.instrumentation.EventContext context
        end local 1 // com.oracle.truffle.api.debug.DebuggerSession steppingSession
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOut this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lcom/oracle/truffle/api/debug/SteppingStrategy$StepOut;
            0    6     1  steppingSession  Lcom/oracle/truffle/api/debug/DebuggerSession;
            0    6     2          context  Lcom/oracle/truffle/api/instrumentation/EventContext;
            0    6     3    suspendAnchor  Lcom/oracle/truffle/api/debug/SuspendAnchor;
    MethodParameters:
                 Name  Flags
      steppingSession  
      context          
      suspendAnchor    

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOut this
         0: .line 423
            ldc "STEP_OUT(stackCounter=%s, stepCount=%s)"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOut.stackCounter:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOut.unfinishedStepCount:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOut this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/SteppingStrategy$StepOut;
}
SourceFile: "SteppingStrategy.java"
NestHost: com.oracle.truffle.api.debug.SteppingStrategy
InnerClasses:
  private final StepOut = com.oracle.truffle.api.debug.SteppingStrategy$StepOut of com.oracle.truffle.api.debug.SteppingStrategy