class org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules implements org.apache.commons.digester3.Rules
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules
  super_class: java.lang.Object
{
  private java.lang.String matchPrefix;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private org.apache.commons.digester3.Rules decoratedRules;
    descriptor: Lorg/apache/commons/digester3/Rules;
    flags: (0x0002) ACC_PRIVATE

  private java.util.ArrayList<org.apache.commons.digester3.Rule> rules;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/ArrayList<Lorg/apache/commons/digester3/Rule;>;

  private org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRule rule;
    descriptor: Lorg/apache/commons/digester3/SetNestedPropertiesRule$AnyChildRule;
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>(org.apache.commons.digester3.SetNestedPropertiesRule, org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRule);
    descriptor: (Lorg/apache/commons/digester3/SetNestedPropertiesRule;Lorg/apache/commons/digester3/SetNestedPropertiesRule$AnyChildRule;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules this
        start local 2 // org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRule rule
         0: .line 342
            aload 0 /* this */
            aload 1
            putfield org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules.this$0:Lorg/apache/commons/digester3/SetNestedPropertiesRule;
         1: .line 341
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         2: .line 333
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules.matchPrefix:Ljava/lang/String;
         3: .line 335
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules.decoratedRules:Lorg/apache/commons/digester3/Rules;
         4: .line 337
            aload 0 /* this */
            new java.util.ArrayList
            dup
            iconst_1
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules.rules:Ljava/util/ArrayList;
         5: .line 343
            aload 0 /* this */
            aload 2 /* rule */
            putfield org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules.rule:Lorg/apache/commons/digester3/SetNestedPropertiesRule$AnyChildRule;
         6: .line 344
            aload 0 /* this */
            getfield org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules.rules:Ljava/util/ArrayList;
            aload 2 /* rule */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         7: .line 345
            return
        end local 2 // org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRule rule
        end local 0 // org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/apache/commons/digester3/SetNestedPropertiesRule$AnyChildRules;
            0    8     2  rule  Lorg/apache/commons/digester3/SetNestedPropertiesRule$AnyChildRule;
    MethodParameters:
        Name  Flags
      this$0  final
      rule    

  public org.apache.commons.digester3.Digester getDigester();
    descriptor: ()Lorg/apache/commons/digester3/Digester;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules this
         0: .line 349
            aconst_null
            areturn
        end local 0 // org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/digester3/SetNestedPropertiesRule$AnyChildRules;

  public void setDigester(org.apache.commons.digester3.Digester);
    descriptor: (Lorg/apache/commons/digester3/Digester;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules this
        start local 1 // org.apache.commons.digester3.Digester digester
         0: .line 354
            return
        end local 1 // org.apache.commons.digester3.Digester digester
        end local 0 // org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/apache/commons/digester3/SetNestedPropertiesRule$AnyChildRules;
            0    1     1  digester  Lorg/apache/commons/digester3/Digester;
    MethodParameters:
          Name  Flags
      digester  

  public java.lang.String getNamespaceURI();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules this
         0: .line 358
            aconst_null
            areturn
        end local 0 // org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/digester3/SetNestedPropertiesRule$AnyChildRules;

  public void setNamespaceURI(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules this
        start local 1 // java.lang.String namespaceURI
         0: .line 363
            return
        end local 1 // java.lang.String namespaceURI
        end local 0 // org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/apache/commons/digester3/SetNestedPropertiesRule$AnyChildRules;
            0    1     1  namespaceURI  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      namespaceURI  

  public void add(java.lang.String, org.apache.commons.digester3.Rule);
    descriptor: (Ljava/lang/String;Lorg/apache/commons/digester3/Rule;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules this
        start local 1 // java.lang.String pattern
        start local 2 // org.apache.commons.digester3.Rule rule
         0: .line 367
            return
        end local 2 // org.apache.commons.digester3.Rule rule
        end local 1 // java.lang.String pattern
        end local 0 // org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/apache/commons/digester3/SetNestedPropertiesRule$AnyChildRules;
            0    1     1  pattern  Ljava/lang/String;
            0    1     2     rule  Lorg/apache/commons/digester3/Rule;
    MethodParameters:
         Name  Flags
      pattern  
      rule     

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules this
         0: .line 371
            return
        end local 0 // org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/digester3/SetNestedPropertiesRule$AnyChildRules;

  public java.util.List<org.apache.commons.digester3.Rule> match(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=5
        start local 0 // org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules this
        start local 1 // java.lang.String namespaceURI
        start local 2 // java.lang.String matchPath
        start local 3 // java.lang.String name
        start local 4 // org.xml.sax.Attributes attributes
         0: .line 375
            aload 0 /* this */
            getfield org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules.decoratedRules:Lorg/apache/commons/digester3/Rules;
            aload 1 /* namespaceURI */
            aload 2 /* matchPath */
            aload 3 /* name */
            aload 4 /* attributes */
            invokeinterface org.apache.commons.digester3.Rules.match:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)Ljava/util/List;
            astore 5 /* match */
        start local 5 // java.util.List match
         1: .line 377
            aload 2 /* matchPath */
            aload 0 /* this */
            getfield org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules.matchPrefix:Ljava/lang/String;
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 7
            aload 2 /* matchPath */
            bipush 47
            aload 0 /* this */
            getfield org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules.matchPrefix:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            invokevirtual java.lang.String.indexOf:(II)I
            iconst_m1
            if_icmpne 7
         2: .line 385
            aload 5 /* match */
            ifnull 3
            aload 5 /* match */
            invokeinterface java.util.List.size:()I
            ifne 4
         3: .line 391
      StackMap locals: java.util.List
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules.rules:Ljava/util/ArrayList;
            areturn
         4: .line 399
      StackMap locals:
      StackMap stack:
            new java.util.LinkedList
            dup
            aload 5 /* match */
            invokespecial java.util.LinkedList.<init>:(Ljava/util/Collection;)V
            astore 6 /* newMatch */
        start local 6 // java.util.LinkedList newMatch
         5: .line 400
            aload 6 /* newMatch */
            aload 0 /* this */
            getfield org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules.rule:Lorg/apache/commons/digester3/SetNestedPropertiesRule$AnyChildRule;
            invokevirtual java.util.LinkedList.addLast:(Ljava/lang/Object;)V
         6: .line 401
            aload 6 /* newMatch */
            areturn
        end local 6 // java.util.LinkedList newMatch
         7: .line 403
      StackMap locals:
      StackMap stack:
            aload 5 /* match */
            areturn
        end local 5 // java.util.List match
        end local 4 // org.xml.sax.Attributes attributes
        end local 3 // java.lang.String name
        end local 2 // java.lang.String matchPath
        end local 1 // java.lang.String namespaceURI
        end local 0 // org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lorg/apache/commons/digester3/SetNestedPropertiesRule$AnyChildRules;
            0    8     1  namespaceURI  Ljava/lang/String;
            0    8     2     matchPath  Ljava/lang/String;
            0    8     3          name  Ljava/lang/String;
            0    8     4    attributes  Lorg/xml/sax/Attributes;
            1    8     5         match  Ljava/util/List<Lorg/apache/commons/digester3/Rule;>;
            5    7     6      newMatch  Ljava/util/LinkedList<Lorg/apache/commons/digester3/Rule;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)Ljava/util/List<Lorg/apache/commons/digester3/Rule;>;
    MethodParameters:
              Name  Flags
      namespaceURI  
      matchPath     
      name          
      attributes    

  public java.util.List<org.apache.commons.digester3.Rule> rules();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules this
         0: .line 422
            aload 0 /* this */
            getfield org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules.this$0:Lorg/apache/commons/digester3/SetNestedPropertiesRule;
            getfield org.apache.commons.digester3.SetNestedPropertiesRule.log:Lorg/apache/commons/logging/Log;
            ldc "AnyChildRules.rules invoked."
            invokeinterface org.apache.commons.logging.Log.debug:(Ljava/lang/Object;)V
         1: .line 423
            aload 0 /* this */
            getfield org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules.decoratedRules:Lorg/apache/commons/digester3/Rules;
            invokeinterface org.apache.commons.digester3.Rules.rules:()Ljava/util/List;
            areturn
        end local 0 // org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/digester3/SetNestedPropertiesRule$AnyChildRules;
    Signature: ()Ljava/util/List<Lorg/apache/commons/digester3/Rule;>;

  public void init(java.lang.String, org.apache.commons.digester3.Rules);
    descriptor: (Ljava/lang/String;Lorg/apache/commons/digester3/Rules;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules this
        start local 1 // java.lang.String prefix
        start local 2 // org.apache.commons.digester3.Rules rules
         0: .line 428
            aload 0 /* this */
            aload 1 /* prefix */
            putfield org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules.matchPrefix:Ljava/lang/String;
         1: .line 429
            aload 0 /* this */
            aload 2 /* rules */
            putfield org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules.decoratedRules:Lorg/apache/commons/digester3/Rules;
         2: .line 430
            return
        end local 2 // org.apache.commons.digester3.Rules rules
        end local 1 // java.lang.String prefix
        end local 0 // org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/commons/digester3/SetNestedPropertiesRule$AnyChildRules;
            0    3     1  prefix  Ljava/lang/String;
            0    3     2   rules  Lorg/apache/commons/digester3/Rules;
    MethodParameters:
        Name  Flags
      prefix  
      rules   

  public org.apache.commons.digester3.Rules getOldRules();
    descriptor: ()Lorg/apache/commons/digester3/Rules;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules this
         0: .line 434
            aload 0 /* this */
            getfield org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules.decoratedRules:Lorg/apache/commons/digester3/Rules;
            areturn
        end local 0 // org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/digester3/SetNestedPropertiesRule$AnyChildRules;
}
SourceFile: "SetNestedPropertiesRule.java"
NestHost: org.apache.commons.digester3.SetNestedPropertiesRule
InnerClasses:
  private AnyChildRule = org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRule of org.apache.commons.digester3.SetNestedPropertiesRule
  private AnyChildRules = org.apache.commons.digester3.SetNestedPropertiesRule$AnyChildRules of org.apache.commons.digester3.SetNestedPropertiesRule