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

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

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

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

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

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

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

  public void setDigester(org.apache.commons.digester.Digester);
    descriptor: (Lorg/apache/commons/digester/Digester;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.apache.commons.digester.SetNestedPropertiesRule$AnyChildRules this
        start local 1 // org.apache.commons.digester.Digester digester
         0: .line 313
            return
        end local 1 // org.apache.commons.digester.Digester digester
        end local 0 // org.apache.commons.digester.SetNestedPropertiesRule$AnyChildRules this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/apache/commons/digester/SetNestedPropertiesRule$AnyChildRules;
            0    1     1  digester  Lorg/apache/commons/digester/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.digester.SetNestedPropertiesRule$AnyChildRules this
         0: .line 314
            aconst_null
            areturn
        end local 0 // org.apache.commons.digester.SetNestedPropertiesRule$AnyChildRules this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/digester/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.digester.SetNestedPropertiesRule$AnyChildRules this
        start local 1 // java.lang.String namespaceURI
         0: .line 315
            return
        end local 1 // java.lang.String namespaceURI
        end local 0 // org.apache.commons.digester.SetNestedPropertiesRule$AnyChildRules this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/apache/commons/digester/SetNestedPropertiesRule$AnyChildRules;
            0    1     1  namespaceURI  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      namespaceURI  

  public void add(java.lang.String, org.apache.commons.digester.Rule);
    descriptor: (Ljava/lang/String;Lorg/apache/commons/digester/Rule;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // org.apache.commons.digester.SetNestedPropertiesRule$AnyChildRules this
        start local 1 // java.lang.String pattern
        start local 2 // org.apache.commons.digester.Rule rule
         0: .line 316
            return
        end local 2 // org.apache.commons.digester.Rule rule
        end local 1 // java.lang.String pattern
        end local 0 // org.apache.commons.digester.SetNestedPropertiesRule$AnyChildRules this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/apache/commons/digester/SetNestedPropertiesRule$AnyChildRules;
            0    1     1  pattern  Ljava/lang/String;
            0    1     2     rule  Lorg/apache/commons/digester/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.digester.SetNestedPropertiesRule$AnyChildRules this
         0: .line 317
            return
        end local 0 // org.apache.commons.digester.SetNestedPropertiesRule$AnyChildRules this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/digester/SetNestedPropertiesRule$AnyChildRules;

  public java.util.List<org.apache.commons.digester.Rule> match(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.digester.SetNestedPropertiesRule$AnyChildRules this
        start local 1 // java.lang.String matchPath
         0: .line 320
            aload 0 /* this */
            aconst_null
            aload 1 /* matchPath */
            invokevirtual org.apache.commons.digester.SetNestedPropertiesRule$AnyChildRules.match:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
            areturn
        end local 1 // java.lang.String matchPath
        end local 0 // org.apache.commons.digester.SetNestedPropertiesRule$AnyChildRules this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/apache/commons/digester/SetNestedPropertiesRule$AnyChildRules;
            0    1     1  matchPath  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Ljava/util/List<Lorg/apache/commons/digester/Rule;>;
    MethodParameters:
           Name  Flags
      matchPath  

  public java.util.List<org.apache.commons.digester.Rule> match(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.apache.commons.digester.SetNestedPropertiesRule$AnyChildRules this
        start local 1 // java.lang.String namespaceURI
        start local 2 // java.lang.String matchPath
         0: .line 324
            aload 0 /* this */
            getfield org.apache.commons.digester.SetNestedPropertiesRule$AnyChildRules.decoratedRules:Lorg/apache/commons/digester/Rules;
            aload 1 /* namespaceURI */
            aload 2 /* matchPath */
            invokeinterface org.apache.commons.digester.Rules.match:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
            astore 3 /* match */
        start local 3 // java.util.List match
         1: .line 326
            aload 2 /* matchPath */
            aload 0 /* this */
            getfield org.apache.commons.digester.SetNestedPropertiesRule$AnyChildRules.matchPrefix:Ljava/lang/String;
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 8
         2: .line 327
            aload 2 /* matchPath */
            bipush 47
            aload 0 /* this */
            getfield org.apache.commons.digester.SetNestedPropertiesRule$AnyChildRules.matchPrefix:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            invokevirtual java.lang.String.indexOf:(II)I
            iconst_m1
            if_icmpne 8
         3: .line 334
            aload 3 /* match */
            ifnull 4
            aload 3 /* match */
            invokeinterface java.util.List.size:()I
            ifne 5
         4: .line 339
      StackMap locals: java.util.List
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.digester.SetNestedPropertiesRule$AnyChildRules.rules:Ljava/util/ArrayList;
            areturn
         5: .line 348
      StackMap locals:
      StackMap stack:
            new java.util.LinkedList
            dup
            aload 3 /* match */
            invokespecial java.util.LinkedList.<init>:(Ljava/util/Collection;)V
            astore 4 /* newMatch */
        start local 4 // java.util.LinkedList newMatch
         6: .line 349
            aload 4 /* newMatch */
            aload 0 /* this */
            getfield org.apache.commons.digester.SetNestedPropertiesRule$AnyChildRules.rule:Lorg/apache/commons/digester/SetNestedPropertiesRule$AnyChildRule;
            invokevirtual java.util.LinkedList.addLast:(Ljava/lang/Object;)V
         7: .line 350
            aload 4 /* newMatch */
            areturn
        end local 4 // java.util.LinkedList newMatch
         8: .line 354
      StackMap locals:
      StackMap stack:
            aload 3 /* match */
            areturn
        end local 3 // java.util.List match
        end local 2 // java.lang.String matchPath
        end local 1 // java.lang.String namespaceURI
        end local 0 // org.apache.commons.digester.SetNestedPropertiesRule$AnyChildRules this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lorg/apache/commons/digester/SetNestedPropertiesRule$AnyChildRules;
            0    9     1  namespaceURI  Ljava/lang/String;
            0    9     2     matchPath  Ljava/lang/String;
            1    9     3         match  Ljava/util/List<Lorg/apache/commons/digester/Rule;>;
            6    8     4      newMatch  Ljava/util/LinkedList<Lorg/apache/commons/digester/Rule;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Ljava/util/List<Lorg/apache/commons/digester/Rule;>;
    MethodParameters:
              Name  Flags
      namespaceURI  
      matchPath     

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

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

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