public abstract class ch.qos.logback.core.filter.Filter<E> extends ch.qos.logback.core.spi.ContextAwareBase implements ch.qos.logback.core.spi.LifeCycle
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: ch.qos.logback.core.filter.Filter
  super_class: ch.qos.logback.core.spi.ContextAwareBase
{
  private java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  boolean start;
    descriptor: Z
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // ch.qos.logback.core.filter.Filter this
         0: .line 31
            aload 0 /* this */
            invokespecial ch.qos.logback.core.spi.ContextAwareBase.<init>:()V
         1: .line 35
            aload 0 /* this */
            iconst_0
            putfield ch.qos.logback.core.filter.Filter.start:Z
         2: .line 31
            return
        end local 0 // ch.qos.logback.core.filter.Filter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lch/qos/logback/core/filter/Filter<TE;>;

  public void start();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // ch.qos.logback.core.filter.Filter this
         0: .line 38
            aload 0 /* this */
            iconst_1
            putfield ch.qos.logback.core.filter.Filter.start:Z
         1: .line 39
            return
        end local 0 // ch.qos.logback.core.filter.Filter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lch/qos/logback/core/filter/Filter<TE;>;

  public boolean isStarted();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // ch.qos.logback.core.filter.Filter this
         0: .line 42
            aload 0 /* this */
            getfield ch.qos.logback.core.filter.Filter.start:Z
            ireturn
        end local 0 // ch.qos.logback.core.filter.Filter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lch/qos/logback/core/filter/Filter<TE;>;

  public void stop();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // ch.qos.logback.core.filter.Filter this
         0: .line 46
            aload 0 /* this */
            iconst_0
            putfield ch.qos.logback.core.filter.Filter.start:Z
         1: .line 47
            return
        end local 0 // ch.qos.logback.core.filter.Filter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lch/qos/logback/core/filter/Filter<TE;>;

  public abstract ch.qos.logback.core.spi.FilterReply decide(E);
    descriptor: (Ljava/lang/Object;)Lch/qos/logback/core/spi/FilterReply;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TE;)Lch/qos/logback/core/spi/FilterReply;
    MethodParameters:
       Name  Flags
      event  

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // ch.qos.logback.core.filter.Filter this
         0: .line 62
            aload 0 /* this */
            getfield ch.qos.logback.core.filter.Filter.name:Ljava/lang/String;
            areturn
        end local 0 // ch.qos.logback.core.filter.Filter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lch/qos/logback/core/filter/Filter<TE;>;

  public void setName(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // ch.qos.logback.core.filter.Filter this
        start local 1 // java.lang.String name
         0: .line 66
            aload 0 /* this */
            aload 1 /* name */
            putfield ch.qos.logback.core.filter.Filter.name:Ljava/lang/String;
         1: .line 67
            return
        end local 1 // java.lang.String name
        end local 0 // ch.qos.logback.core.filter.Filter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lch/qos/logback/core/filter/Filter<TE;>;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  
}
Signature: <E:Ljava/lang/Object;>Lch/qos/logback/core/spi/ContextAwareBase;Lch/qos/logback/core/spi/LifeCycle;
SourceFile: "Filter.java"