final class com.oracle.truffle.api.debug.SteppingStrategy$Continue 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$Continue
  super_class: com.oracle.truffle.api.debug.SteppingStrategy
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$Continue this
         0: .line 228
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.debug.SteppingStrategy.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$Continue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/SteppingStrategy$Continue;

  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=1, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$Continue 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 232
            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$Continue this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/oracle/truffle/api/debug/SteppingStrategy$Continue;
            0    1     1  steppingSession  Lcom/oracle/truffle/api/debug/DebuggerSession;
            0    1     2          context  Lcom/oracle/truffle/api/instrumentation/EventContext;
            0    1     3    suspendAnchor  Lcom/oracle/truffle/api/debug/SuspendAnchor;
    MethodParameters:
                 Name  Flags
      steppingSession  
      context          
      suspendAnchor    

  public boolean isDone();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$Continue this
         0: .line 237
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$Continue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/SteppingStrategy$Continue;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$Continue this
         0: .line 242
            ldc "CONTINUE"
            areturn
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$Continue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/SteppingStrategy$Continue;
}
SourceFile: "SteppingStrategy.java"
NestHost: com.oracle.truffle.api.debug.SteppingStrategy
InnerClasses:
  private final Continue = com.oracle.truffle.api.debug.SteppingStrategy$Continue of com.oracle.truffle.api.debug.SteppingStrategy