final class com.oracle.truffle.api.debug.SteppingStrategy$StepInto 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$StepInto
  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 int stackCounter;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int unfinishedStepCount;
    descriptor: I
    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=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepInto this
        start local 1 // com.oracle.truffle.api.debug.DebuggerSession session
        start local 2 // com.oracle.truffle.api.debug.StepConfig stepConfig
         0: .line 269
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.debug.SteppingStrategy.<init>:()V
         1: .line 270
            aload 0 /* this */
            aload 1 /* session */
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepInto.session:Lcom/oracle/truffle/api/debug/DebuggerSession;
         2: .line 271
            aload 0 /* this */
            aload 2 /* stepConfig */
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepInto.stepConfig:Lcom/oracle/truffle/api/debug/StepConfig;
         3: .line 272
            aload 0 /* this */
            aload 2 /* stepConfig */
            invokevirtual com.oracle.truffle.api.debug.StepConfig.getCount:()I
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepInto.unfinishedStepCount:I
         4: .line 273
            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$StepInto this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/oracle/truffle/api/debug/SteppingStrategy$StepInto;
            0    5     1     session  Lcom/oracle/truffle/api/debug/DebuggerSession;
            0    5     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$StepInto this
        start local 1 // com.oracle.truffle.api.debug.SuspendedContext context
        start local 2 // com.oracle.truffle.api.debug.SuspendAnchor suspendAnchor
         0: .line 277
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepInto.stackCounter:I
         1: .line 278
            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$StepInto this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/oracle/truffle/api/debug/SteppingStrategy$StepInto;
            0    2     1        context  Lcom/oracle/truffle/api/debug/SuspendedContext;
            0    2     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$StepInto this
         0: .line 282
            aload 0 /* this */
            dup
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepInto.stackCounter:I
            iconst_1
            iadd
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepInto.stackCounter:I
         1: .line 283
            return
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepInto this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/debug/SteppingStrategy$StepInto;

  void notifyCallExit();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepInto this
         0: .line 287
            aload 0 /* this */
            dup
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepInto.stackCounter:I
            iconst_1
            isub
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepInto.stackCounter:I
         1: .line 288
            return
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepInto this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/debug/SteppingStrategy$StepInto;

  boolean isStopAfterCall();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepInto this
         0: .line 292
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepInto.stackCounter:I
            ifge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepInto this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/debug/SteppingStrategy$StepInto;

  boolean isCollectingInputValues();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepInto this
         0: .line 297
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepInto.stepConfig:Lcom/oracle/truffle/api/debug/StepConfig;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepInto.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$StepInto this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/SteppingStrategy$StepInto;

  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$StepInto this
        start local 1 // com.oracle.truffle.api.instrumentation.EventContext context
        start local 2 // com.oracle.truffle.api.debug.SuspendAnchor suspendAnchor
         0: .line 302
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepInto.stepConfig:Lcom/oracle/truffle/api/debug/StepConfig;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepInto.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
            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$StepInto this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/oracle/truffle/api/debug/SteppingStrategy$StepInto;
            0    1     1        context  Lcom/oracle/truffle/api/instrumentation/EventContext;
            0    1     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=4, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepInto 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 307
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepInto.stepConfig:Lcom/oracle/truffle/api/debug/StepConfig;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepInto.session:Lcom/oracle/truffle/api/debug/DebuggerSession;
            aload 2 /* context */
            aload 3 /* 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
            ifne 2
         1: .line 308
            getstatic com.oracle.truffle.api.debug.SuspendAnchor.AFTER:Lcom/oracle/truffle/api/debug/SuspendAnchor;
            aload 3 /* suspendAnchor */
            if_acmpne 5
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepInto.stackCounter:I
            ifge 5
         2: .line 309
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepInto.stackCounter:I
         3: .line 310
            aload 0 /* this */
            dup
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepInto.unfinishedStepCount:I
            iconst_1
            isub
            dup_x1
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepInto.unfinishedStepCount:I
            ifgt 5
         4: .line 311
            iconst_1
            ireturn
         5: .line 314
      StackMap locals:
      StackMap stack:
            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$StepInto this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lcom/oracle/truffle/api/debug/SteppingStrategy$StepInto;
            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$StepInto this
         0: .line 319
            ldc "STEP_INTO(stackCounter=%s, stepCount=%s)"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepInto.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$StepInto.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$StepInto this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/SteppingStrategy$StepInto;
}
SourceFile: "SteppingStrategy.java"
NestHost: com.oracle.truffle.api.debug.SteppingStrategy
InnerClasses:
  private final StepInto = com.oracle.truffle.api.debug.SteppingStrategy$StepInto of com.oracle.truffle.api.debug.SteppingStrategy