public abstract class ch.qos.logback.core.joran.action.ImplicitAction extends ch.qos.logback.core.joran.action.Action
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: ch.qos.logback.core.joran.action.ImplicitAction
  super_class: ch.qos.logback.core.joran.action.Action
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // ch.qos.logback.core.joran.action.ImplicitAction this
         0: .line 30
            aload 0 /* this */
            invokespecial ch.qos.logback.core.joran.action.Action.<init>:()V
            return
        end local 0 // ch.qos.logback.core.joran.action.ImplicitAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lch/qos/logback/core/joran/action/ImplicitAction;

  public abstract boolean isApplicable(ch.qos.logback.core.joran.spi.ElementPath, org.xml.sax.Attributes, ch.qos.logback.core.joran.spi.InterpretationContext);
    descriptor: (Lch/qos/logback/core/joran/spi/ElementPath;Lorg/xml/sax/Attributes;Lch/qos/logback/core/joran/spi/InterpretationContext;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                    Name  Flags
      currentElementPath  
      attributes          
      ec                  
}
SourceFile: "ImplicitAction.java"