final class com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy 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$ComposedStrategy
  super_class: com.oracle.truffle.api.debug.SteppingStrategy
{
  private final com.oracle.truffle.api.debug.SteppingStrategy first;
    descriptor: Lcom/oracle/truffle/api/debug/SteppingStrategy;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private com.oracle.truffle.api.debug.SteppingStrategy last;
    descriptor: Lcom/oracle/truffle/api/debug/SteppingStrategy;
    flags: (0x0002) ACC_PRIVATE

  private com.oracle.truffle.api.debug.SteppingStrategy current;
    descriptor: Lcom/oracle/truffle/api/debug/SteppingStrategy;
    flags: (0x0002) ACC_PRIVATE

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 593
            ldc Lcom/oracle/truffle/api/debug/SteppingStrategy;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(com.oracle.truffle.api.debug.SteppingStrategy, com.oracle.truffle.api.debug.SteppingStrategy);
    descriptor: (Lcom/oracle/truffle/api/debug/SteppingStrategy;Lcom/oracle/truffle/api/debug/SteppingStrategy;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy this
        start local 1 // com.oracle.truffle.api.debug.SteppingStrategy strategy1
        start local 2 // com.oracle.truffle.api.debug.SteppingStrategy strategy2
         0: .line 599
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.debug.SteppingStrategy.<init>:()V
         1: .line 600
            aload 1 /* strategy1 */
            aload 2 /* strategy2 */
            putfield com.oracle.truffle.api.debug.SteppingStrategy.next:Lcom/oracle/truffle/api/debug/SteppingStrategy;
         2: .line 601
            aload 0 /* this */
            aload 1 /* strategy1 */
            putfield com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.first:Lcom/oracle/truffle/api/debug/SteppingStrategy;
         3: .line 602
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.first:Lcom/oracle/truffle/api/debug/SteppingStrategy;
            putfield com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.current:Lcom/oracle/truffle/api/debug/SteppingStrategy;
         4: .line 603
            aload 0 /* this */
            aload 2 /* strategy2 */
            putfield com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.last:Lcom/oracle/truffle/api/debug/SteppingStrategy;
         5: .line 604
            return
        end local 2 // com.oracle.truffle.api.debug.SteppingStrategy strategy2
        end local 1 // com.oracle.truffle.api.debug.SteppingStrategy strategy1
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lcom/oracle/truffle/api/debug/SteppingStrategy$ComposedStrategy;
            0    6     1  strategy1  Lcom/oracle/truffle/api/debug/SteppingStrategy;
            0    6     2  strategy2  Lcom/oracle/truffle/api/debug/SteppingStrategy;
    MethodParameters:
           Name  Flags
      strategy1  
      strategy2  

  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=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy this
        start local 1 // com.oracle.truffle.api.debug.SuspendedContext contex
        start local 2 // com.oracle.truffle.api.debug.SuspendAnchor suspendAnchor
         0: .line 608
            getstatic com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.current:Lcom/oracle/truffle/api/debug/SteppingStrategy;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.first:Lcom/oracle/truffle/api/debug/SteppingStrategy;
            if_acmpeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 609
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.current:Lcom/oracle/truffle/api/debug/SteppingStrategy;
            aload 1 /* contex */
            aload 2 /* suspendAnchor */
            invokevirtual com.oracle.truffle.api.debug.SteppingStrategy.initialize:(Lcom/oracle/truffle/api/debug/SuspendedContext;Lcom/oracle/truffle/api/debug/SuspendAnchor;)V
         2: .line 610
            return
        end local 2 // com.oracle.truffle.api.debug.SuspendAnchor suspendAnchor
        end local 1 // com.oracle.truffle.api.debug.SuspendedContext contex
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lcom/oracle/truffle/api/debug/SteppingStrategy$ComposedStrategy;
            0    3     1         contex  Lcom/oracle/truffle/api/debug/SuspendedContext;
            0    3     2  suspendAnchor  Lcom/oracle/truffle/api/debug/SuspendAnchor;
    MethodParameters:
               Name  Flags
      contex         
      suspendAnchor  

  void notifyCallEntry();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy this
         0: .line 614
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.current:Lcom/oracle/truffle/api/debug/SteppingStrategy;
            invokevirtual com.oracle.truffle.api.debug.SteppingStrategy.notifyCallEntry:()V
         1: .line 615
            return
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/debug/SteppingStrategy$ComposedStrategy;

  void notifyCallExit();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy this
         0: .line 619
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.current:Lcom/oracle/truffle/api/debug/SteppingStrategy;
            invokevirtual com.oracle.truffle.api.debug.SteppingStrategy.notifyCallExit:()V
         1: .line 620
            return
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/debug/SteppingStrategy$ComposedStrategy;

  void notifyNodeEntry(com.oracle.truffle.api.instrumentation.EventContext);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventContext;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy this
        start local 1 // com.oracle.truffle.api.instrumentation.EventContext context
         0: .line 624
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.current:Lcom/oracle/truffle/api/debug/SteppingStrategy;
            aload 1 /* context */
            invokevirtual com.oracle.truffle.api.debug.SteppingStrategy.notifyNodeEntry:(Lcom/oracle/truffle/api/instrumentation/EventContext;)V
         1: .line 625
            return
        end local 1 // com.oracle.truffle.api.instrumentation.EventContext context
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/truffle/api/debug/SteppingStrategy$ComposedStrategy;
            0    2     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=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy this
        start local 1 // com.oracle.truffle.api.instrumentation.EventContext context
         0: .line 629
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.current:Lcom/oracle/truffle/api/debug/SteppingStrategy;
            aload 1 /* context */
            invokevirtual com.oracle.truffle.api.debug.SteppingStrategy.notifyNodeExit:(Lcom/oracle/truffle/api/instrumentation/EventContext;)V
         1: .line 630
            return
        end local 1 // com.oracle.truffle.api.instrumentation.EventContext context
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/truffle/api/debug/SteppingStrategy$ComposedStrategy;
            0    2     1  context  Lcom/oracle/truffle/api/instrumentation/EventContext;
    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$ComposedStrategy this
         0: .line 634
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.current:Lcom/oracle/truffle/api/debug/SteppingStrategy;
            invokevirtual com.oracle.truffle.api.debug.SteppingStrategy.isStopAfterCall:()Z
            ireturn
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/SteppingStrategy$ComposedStrategy;

  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=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy this
        start local 1 // com.oracle.truffle.api.instrumentation.EventContext context
        start local 2 // com.oracle.truffle.api.debug.SuspendAnchor suspendAnchor
         0: .line 639
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.current:Lcom/oracle/truffle/api/debug/SteppingStrategy;
            aload 1 /* context */
            aload 2 /* suspendAnchor */
            invokevirtual com.oracle.truffle.api.debug.SteppingStrategy.isActive:(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$ComposedStrategy this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/oracle/truffle/api/debug/SteppingStrategy$ComposedStrategy;
            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=5, args_size=4
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy 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 644
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.current:Lcom/oracle/truffle/api/debug/SteppingStrategy;
            aload 1 /* steppingSession */
            aload 2 /* context */
            aload 3 /* suspendAnchor */
            invokevirtual com.oracle.truffle.api.debug.SteppingStrategy.step:(Lcom/oracle/truffle/api/debug/DebuggerSession;Lcom/oracle/truffle/api/instrumentation/EventContext;Lcom/oracle/truffle/api/debug/SuspendAnchor;)Z
            istore 4 /* hit */
        start local 4 // boolean hit
         1: .line 645
            iload 4 /* hit */
            ifeq 6
         2: .line 646
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.current:Lcom/oracle/truffle/api/debug/SteppingStrategy;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.last:Lcom/oracle/truffle/api/debug/SteppingStrategy;
            if_acmpne 4
         3: .line 647
            iconst_1
            ireturn
         4: .line 649
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.current:Lcom/oracle/truffle/api/debug/SteppingStrategy;
            getfield com.oracle.truffle.api.debug.SteppingStrategy.next:Lcom/oracle/truffle/api/debug/SteppingStrategy;
            putfield com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.current:Lcom/oracle/truffle/api/debug/SteppingStrategy;
         5: .line 650
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.current:Lcom/oracle/truffle/api/debug/SteppingStrategy;
            aload 2 /* context */
            aload 1 /* steppingSession */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.getDebugger:()Lcom/oracle/truffle/api/debug/Debugger;
            invokevirtual com.oracle.truffle.api.debug.Debugger.getEnv:()Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            invokestatic com.oracle.truffle.api.debug.SuspendedContext.create:(Lcom/oracle/truffle/api/instrumentation/EventContext;Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)Lcom/oracle/truffle/api/debug/SuspendedContext;
            aload 3 /* suspendAnchor */
            invokevirtual com.oracle.truffle.api.debug.SteppingStrategy.initialize:(Lcom/oracle/truffle/api/debug/SuspendedContext;Lcom/oracle/truffle/api/debug/SuspendAnchor;)V
         6: .line 653
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 4 // boolean hit
        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$ComposedStrategy this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lcom/oracle/truffle/api/debug/SteppingStrategy$ComposedStrategy;
            0    7     1  steppingSession  Lcom/oracle/truffle/api/debug/DebuggerSession;
            0    7     2          context  Lcom/oracle/truffle/api/instrumentation/EventContext;
            0    7     3    suspendAnchor  Lcom/oracle/truffle/api/debug/SuspendAnchor;
            1    7     4              hit  Z
    MethodParameters:
                 Name  Flags
      steppingSession  
      context          
      suspendAnchor    

  void consume();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy this
         0: .line 658
            getstatic com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.current:Lcom/oracle/truffle/api/debug/SteppingStrategy;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.last:Lcom/oracle/truffle/api/debug/SteppingStrategy;
            if_acmpeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 659
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.last:Lcom/oracle/truffle/api/debug/SteppingStrategy;
            invokevirtual com.oracle.truffle.api.debug.SteppingStrategy.consume:()V
         2: .line 660
            return
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/debug/SteppingStrategy$ComposedStrategy;

  boolean isConsumed();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy this
         0: .line 664
            getstatic com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.current:Lcom/oracle/truffle/api/debug/SteppingStrategy;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.last:Lcom/oracle/truffle/api/debug/SteppingStrategy;
            if_acmpeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 665
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.last:Lcom/oracle/truffle/api/debug/SteppingStrategy;
            invokevirtual com.oracle.truffle.api.debug.SteppingStrategy.isConsumed:()Z
            ireturn
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/debug/SteppingStrategy$ComposedStrategy;

  boolean isDone();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy this
         0: .line 670
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.current:Lcom/oracle/truffle/api/debug/SteppingStrategy;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.last:Lcom/oracle/truffle/api/debug/SteppingStrategy;
            if_acmpne 2
         1: .line 671
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.last:Lcom/oracle/truffle/api/debug/SteppingStrategy;
            invokevirtual com.oracle.truffle.api.debug.SteppingStrategy.isDone:()Z
            ireturn
         2: .line 673
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/debug/SteppingStrategy$ComposedStrategy;

  boolean isKill();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy this
         0: .line 678
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.current:Lcom/oracle/truffle/api/debug/SteppingStrategy;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.last:Lcom/oracle/truffle/api/debug/SteppingStrategy;
            if_acmpne 2
         1: .line 679
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.last:Lcom/oracle/truffle/api/debug/SteppingStrategy;
            invokevirtual com.oracle.truffle.api.debug.SteppingStrategy.isKill:()Z
            ireturn
         2: .line 681
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/debug/SteppingStrategy$ComposedStrategy;

  boolean isComposable();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy this
         0: .line 686
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/SteppingStrategy$ComposedStrategy;

  synchronized void add(com.oracle.truffle.api.debug.SteppingStrategy);
    descriptor: (Lcom/oracle/truffle/api/debug/SteppingStrategy;)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy this
        start local 1 // com.oracle.truffle.api.debug.SteppingStrategy nextStrategy
         0: .line 691
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.last:Lcom/oracle/truffle/api/debug/SteppingStrategy;
            aload 1 /* nextStrategy */
            putfield com.oracle.truffle.api.debug.SteppingStrategy.next:Lcom/oracle/truffle/api/debug/SteppingStrategy;
         1: .line 692
            aload 0 /* this */
            aload 1 /* nextStrategy */
            putfield com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.last:Lcom/oracle/truffle/api/debug/SteppingStrategy;
         2: .line 693
            return
        end local 1 // com.oracle.truffle.api.debug.SteppingStrategy nextStrategy
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/oracle/truffle/api/debug/SteppingStrategy$ComposedStrategy;
            0    3     1  nextStrategy  Lcom/oracle/truffle/api/debug/SteppingStrategy;
    MethodParameters:
              Name  Flags
      nextStrategy  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy this
         0: .line 697
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* all */
        start local 1 // java.lang.StringBuilder all
         1: .line 698
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy.first:Lcom/oracle/truffle/api/debug/SteppingStrategy;
            astore 2 /* s */
        start local 2 // com.oracle.truffle.api.debug.SteppingStrategy s
         2: goto 7
         3: .line 699
      StackMap locals: java.lang.StringBuilder com.oracle.truffle.api.debug.SteppingStrategy
      StackMap stack:
            aload 1 /* all */
            invokevirtual java.lang.StringBuilder.length:()I
            ifle 5
         4: .line 700
            aload 1 /* all */
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         5: .line 702
      StackMap locals:
      StackMap stack:
            aload 1 /* all */
            aload 2 /* s */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         6: .line 698
            aload 2 /* s */
            getfield com.oracle.truffle.api.debug.SteppingStrategy.next:Lcom/oracle/truffle/api/debug/SteppingStrategy;
            astore 2 /* s */
      StackMap locals:
      StackMap stack:
         7: aload 2 /* s */
            getfield com.oracle.truffle.api.debug.SteppingStrategy.next:Lcom/oracle/truffle/api/debug/SteppingStrategy;
            ifnonnull 3
        end local 2 // com.oracle.truffle.api.debug.SteppingStrategy s
         8: .line 705
            new java.lang.StringBuilder
            dup
            ldc "COMPOSED("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* all */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder all
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/oracle/truffle/api/debug/SteppingStrategy$ComposedStrategy;
            1    9     1   all  Ljava/lang/StringBuilder;
            2    8     2     s  Lcom/oracle/truffle/api/debug/SteppingStrategy;
}
SourceFile: "SteppingStrategy.java"
NestHost: com.oracle.truffle.api.debug.SteppingStrategy
InnerClasses:
  final ComposedStrategy = com.oracle.truffle.api.debug.SteppingStrategy$ComposedStrategy of com.oracle.truffle.api.debug.SteppingStrategy
  public final Env = com.oracle.truffle.api.instrumentation.TruffleInstrument$Env of com.oracle.truffle.api.instrumentation.TruffleInstrument