public class ch.qos.logback.core.joran.action.ContextPropertyAction extends ch.qos.logback.core.joran.action.Action
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: ch.qos.logback.core.joran.action.ContextPropertyAction
  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.ContextPropertyAction this
         0: .line 24
            aload 0 /* this */
            invokespecial ch.qos.logback.core.joran.action.Action.<init>:()V
            return
        end local 0 // ch.qos.logback.core.joran.action.ContextPropertyAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lch/qos/logback/core/joran/action/ContextPropertyAction;

  public void begin(ch.qos.logback.core.joran.spi.InterpretationContext, java.lang.String, org.xml.sax.Attributes);
    descriptor: (Lch/qos/logback/core/joran/spi/InterpretationContext;Ljava/lang/String;Lorg/xml/sax/Attributes;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // ch.qos.logback.core.joran.action.ContextPropertyAction this
        start local 1 // ch.qos.logback.core.joran.spi.InterpretationContext ec
        start local 2 // java.lang.String name
        start local 3 // org.xml.sax.Attributes attributes
         0: .line 28
            aload 0 /* this */
            ldc "The [contextProperty] element has been removed. Please use [substitutionProperty] element instead"
            invokevirtual ch.qos.logback.core.joran.action.ContextPropertyAction.addError:(Ljava/lang/String;)V
         1: .line 29
            return
        end local 3 // org.xml.sax.Attributes attributes
        end local 2 // java.lang.String name
        end local 1 // ch.qos.logback.core.joran.spi.InterpretationContext ec
        end local 0 // ch.qos.logback.core.joran.action.ContextPropertyAction this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lch/qos/logback/core/joran/action/ContextPropertyAction;
            0    2     1          ec  Lch/qos/logback/core/joran/spi/InterpretationContext;
            0    2     2        name  Ljava/lang/String;
            0    2     3  attributes  Lorg/xml/sax/Attributes;
    Exceptions:
      throws ch.qos.logback.core.joran.spi.ActionException
    MethodParameters:
            Name  Flags
      ec          
      name        
      attributes  

  public void end(ch.qos.logback.core.joran.spi.InterpretationContext, java.lang.String);
    descriptor: (Lch/qos/logback/core/joran/spi/InterpretationContext;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // ch.qos.logback.core.joran.action.ContextPropertyAction this
        start local 1 // ch.qos.logback.core.joran.spi.InterpretationContext ec
        start local 2 // java.lang.String name
         0: .line 33
            return
        end local 2 // java.lang.String name
        end local 1 // ch.qos.logback.core.joran.spi.InterpretationContext ec
        end local 0 // ch.qos.logback.core.joran.action.ContextPropertyAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lch/qos/logback/core/joran/action/ContextPropertyAction;
            0    1     1    ec  Lch/qos/logback/core/joran/spi/InterpretationContext;
            0    1     2  name  Ljava/lang/String;
    Exceptions:
      throws ch.qos.logback.core.joran.spi.ActionException
    MethodParameters:
      Name  Flags
      ec    
      name  
}
SourceFile: "ContextPropertyAction.java"