class org.apache.commons.configuration2.tree.ModelTransaction$AddAttributeOperation extends org.apache.commons.configuration2.tree.ModelTransaction$Operation
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.configuration2.tree.ModelTransaction$AddAttributeOperation
  super_class: org.apache.commons.configuration2.tree.ModelTransaction$Operation
{
  private final java.lang.String attributeName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Object attributeValue;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final org.apache.commons.configuration2.tree.ModelTransaction this$0;
    descriptor: Lorg/apache/commons/configuration2/tree/ModelTransaction;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.apache.commons.configuration2.tree.ModelTransaction, java.lang.String, java.lang.Object);
    descriptor: (Lorg/apache/commons/configuration2/tree/ModelTransaction;Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.apache.commons.configuration2.tree.ModelTransaction$AddAttributeOperation this
        start local 2 // java.lang.String name
        start local 3 // java.lang.Object value
         0: .line 848
            aload 0 /* this */
            aload 1
            putfield org.apache.commons.configuration2.tree.ModelTransaction$AddAttributeOperation.this$0:Lorg/apache/commons/configuration2/tree/ModelTransaction;
         1: .line 847
            aload 0 /* this */
            aload 1
            invokespecial org.apache.commons.configuration2.tree.ModelTransaction$Operation.<init>:(Lorg/apache/commons/configuration2/tree/ModelTransaction;)V
         2: .line 849
            aload 0 /* this */
            aload 2 /* name */
            putfield org.apache.commons.configuration2.tree.ModelTransaction$AddAttributeOperation.attributeName:Ljava/lang/String;
         3: .line 850
            aload 0 /* this */
            aload 3 /* value */
            putfield org.apache.commons.configuration2.tree.ModelTransaction$AddAttributeOperation.attributeValue:Ljava/lang/Object;
         4: .line 851
            return
        end local 3 // java.lang.Object value
        end local 2 // java.lang.String name
        end local 0 // org.apache.commons.configuration2.tree.ModelTransaction$AddAttributeOperation this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/apache/commons/configuration2/tree/ModelTransaction$AddAttributeOperation;
            0    5     2   name  Ljava/lang/String;
            0    5     3  value  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      this$0  final
      name    final
      value   final

  protected org.apache.commons.configuration2.tree.ImmutableNode apply(org.apache.commons.configuration2.tree.ImmutableNode, org.apache.commons.configuration2.tree.ModelTransaction$Operations);
    descriptor: (Lorg/apache/commons/configuration2/tree/ImmutableNode;Lorg/apache/commons/configuration2/tree/ModelTransaction$Operations;)Lorg/apache/commons/configuration2/tree/ImmutableNode;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.commons.configuration2.tree.ModelTransaction$AddAttributeOperation this
        start local 1 // org.apache.commons.configuration2.tree.ImmutableNode target
        start local 2 // org.apache.commons.configuration2.tree.ModelTransaction$Operations operations
         0: .line 857
            aload 1 /* target */
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.ModelTransaction$AddAttributeOperation.attributeName:Ljava/lang/String;
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.ModelTransaction$AddAttributeOperation.attributeValue:Ljava/lang/Object;
            invokevirtual org.apache.commons.configuration2.tree.ImmutableNode.setAttribute:(Ljava/lang/String;Ljava/lang/Object;)Lorg/apache/commons/configuration2/tree/ImmutableNode;
            areturn
        end local 2 // org.apache.commons.configuration2.tree.ModelTransaction$Operations operations
        end local 1 // org.apache.commons.configuration2.tree.ImmutableNode target
        end local 0 // org.apache.commons.configuration2.tree.ModelTransaction$AddAttributeOperation this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/apache/commons/configuration2/tree/ModelTransaction$AddAttributeOperation;
            0    1     1      target  Lorg/apache/commons/configuration2/tree/ImmutableNode;
            0    1     2  operations  Lorg/apache/commons/configuration2/tree/ModelTransaction$Operations;
    MethodParameters:
            Name  Flags
      target      final
      operations  final
}
SourceFile: "ModelTransaction.java"
NestHost: org.apache.commons.configuration2.tree.ModelTransaction
InnerClasses:
  private AddAttributeOperation = org.apache.commons.configuration2.tree.ModelTransaction$AddAttributeOperation of org.apache.commons.configuration2.tree.ModelTransaction
  private abstract Operation = org.apache.commons.configuration2.tree.ModelTransaction$Operation of org.apache.commons.configuration2.tree.ModelTransaction
  private Operations = org.apache.commons.configuration2.tree.ModelTransaction$Operations of org.apache.commons.configuration2.tree.ModelTransaction