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 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
new java.util.HashSet
dup
invokespecial java.util.HashSet.<init>:()V
putfield ch.qos.logback.core.LifeCycleManager.components:Ljava/util/Set;
2: return
end local 0 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 start local 1 0: aload 0
getfield ch.qos.logback.core.LifeCycleManager.components:Ljava/util/Set;
aload 1
invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
pop
1: return
end local 1 end local 0 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 0: aload 0
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
start local 1 2: aload 1
invokeinterface ch.qos.logback.core.spi.LifeCycle.isStarted:()Z
ifeq 4
3: aload 1
invokeinterface ch.qos.logback.core.spi.LifeCycle.stop:()V
end local 1 4: StackMap locals:
StackMap stack:
aload 2
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
5: aload 0
getfield ch.qos.logback.core.LifeCycleManager.components:Ljava/util/Set;
invokeinterface java.util.Set.clear:()V
6: return
end local 0 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"