public class ch.qos.logback.core.LifeCycleManager
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: ch.qos.logback.core.LifeCycleManager
  super_class: java.lang.Object
{
  private final java.util.Set<ch.qos.logback.core.spi.LifeCycle> components;
    descriptor: Ljava/util/Set;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Set<Lch/qos/logback/core/spi/LifeCycle;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // ch.qos.logback.core.LifeCycleManager this
         0: .line 28
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 30
            aload 0 /* this */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            putfield ch.qos.logback.core.LifeCycleManager.components:Ljava/util/Set;
         2: .line 28
            return
        end local 0 // ch.qos.logback.core.LifeCycleManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lch/qos/logback/core/LifeCycleManager;

  public void register(ch.qos.logback.core.spi.LifeCycle);
    descriptor: (Lch/qos/logback/core/spi/LifeCycle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // ch.qos.logback.core.LifeCycleManager this
        start local 1 // ch.qos.logback.core.spi.LifeCycle component
         0: .line 38
            aload 0 /* this */
            getfield ch.qos.logback.core.LifeCycleManager.components:Ljava/util/Set;
            aload 1 /* component */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         1: .line 39
            return
        end local 1 // ch.qos.logback.core.spi.LifeCycle component
        end local 0 // ch.qos.logback.core.LifeCycleManager this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lch/qos/logback/core/LifeCycleManager;
            0    2     1  component  Lch/qos/logback/core/spi/LifeCycle;
    MethodParameters:
           Name  Flags
      component  

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // ch.qos.logback.core.LifeCycleManager this
         0: .line 47
            aload 0 /* this */
            getfield ch.qos.logback.core.LifeCycleManager.components:Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 2
            goto 4
      StackMap locals: ch.qos.logback.core.LifeCycleManager top java.util.Iterator
      StackMap stack:
         1: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast ch.qos.logback.core.spi.LifeCycle
            astore 1 /* component */
        start local 1 // ch.qos.logback.core.spi.LifeCycle component
         2: .line 48
            aload 1 /* component */
            invokeinterface ch.qos.logback.core.spi.LifeCycle.isStarted:()Z
            ifeq 4
         3: .line 49
            aload 1 /* component */
            invokeinterface ch.qos.logback.core.spi.LifeCycle.stop:()V
        end local 1 // ch.qos.logback.core.spi.LifeCycle component
         4: .line 47
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 52
            aload 0 /* this */
            getfield ch.qos.logback.core.LifeCycleManager.components:Ljava/util/Set;
            invokeinterface java.util.Set.clear:()V
         6: .line 53
            return
        end local 0 // ch.qos.logback.core.LifeCycleManager this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lch/qos/logback/core/LifeCycleManager;
            2    4     1  component  Lch/qos/logback/core/spi/LifeCycle;
}
SourceFile: "LifeCycleManager.java"