class org.apache.commons.configuration.ConfigurationFactory$CallOptionalMethodRule extends org.apache.commons.digester.CallMethodRule
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.configuration.ConfigurationFactory$CallOptionalMethodRule
  super_class: org.apache.commons.digester.CallMethodRule
{
  private boolean optional;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.configuration.ConfigurationFactory$CallOptionalMethodRule this
        start local 1 // java.lang.String methodName
         0: .line 859
            aload 0 /* this */
            aload 1 /* methodName */
            invokespecial org.apache.commons.digester.CallMethodRule.<init>:(Ljava/lang/String;)V
         1: .line 860
            return
        end local 1 // java.lang.String methodName
        end local 0 // org.apache.commons.configuration.ConfigurationFactory$CallOptionalMethodRule this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/apache/commons/configuration/ConfigurationFactory$CallOptionalMethodRule;
            0    2     1  methodName  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      methodName  

  public void begin(org.xml.sax.Attributes);
    descriptor: (Lorg/xml/sax/Attributes;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.configuration.ConfigurationFactory$CallOptionalMethodRule this
        start local 1 // org.xml.sax.Attributes attrs
         0: .line 871
            aload 0 /* this */
            aload 1 /* attrs */
            ldc "optional"
            invokeinterface org.xml.sax.Attributes.getValue:(Ljava/lang/String;)Ljava/lang/String;
            ifnull 4
         1: .line 873
            aload 1 /* attrs */
            ldc "optional"
            invokeinterface org.xml.sax.Attributes.getValue:(Ljava/lang/String;)Ljava/lang/String;
         2: .line 872
            invokestatic org.apache.commons.configuration.PropertyConverter.toBoolean:(Ljava/lang/Object;)Ljava/lang/Boolean;
         3: .line 873
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 4
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack: org.apache.commons.configuration.ConfigurationFactory$CallOptionalMethodRule
         4: iconst_0
         5: .line 871
      StackMap locals: org.apache.commons.configuration.ConfigurationFactory$CallOptionalMethodRule org.xml.sax.Attributes
      StackMap stack: org.apache.commons.configuration.ConfigurationFactory$CallOptionalMethodRule int
            putfield org.apache.commons.configuration.ConfigurationFactory$CallOptionalMethodRule.optional:Z
         6: .line 874
            aload 0 /* this */
            aload 1 /* attrs */
            invokespecial org.apache.commons.digester.CallMethodRule.begin:(Lorg/xml/sax/Attributes;)V
         7: .line 875
            return
        end local 1 // org.xml.sax.Attributes attrs
        end local 0 // org.apache.commons.configuration.ConfigurationFactory$CallOptionalMethodRule this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/apache/commons/configuration/ConfigurationFactory$CallOptionalMethodRule;
            0    8     1  attrs  Lorg/xml/sax/Attributes;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
       Name  Flags
      attrs  

  public void end();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.commons.configuration.ConfigurationFactory$CallOptionalMethodRule this
         0: .line 888
            aload 0 /* this */
            invokespecial org.apache.commons.digester.CallMethodRule.end:()V
         1: .line 889
            goto 7
         2: .line 890
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 1 /* ex */
        start local 1 // java.lang.Exception ex
         3: .line 892
            aload 0 /* this */
            getfield org.apache.commons.configuration.ConfigurationFactory$CallOptionalMethodRule.optional:Z
            ifeq 6
         4: .line 894
            getstatic org.apache.commons.configuration.ConfigurationFactory.log:Lorg/apache/commons/logging/Log;
            ldc "Could not create optional configuration!"
            aload 1 /* ex */
            invokeinterface org.apache.commons.logging.Log.warn:(Ljava/lang/Object;Ljava/lang/Throwable;)V
         5: .line 895
            goto 7
         6: .line 898
      StackMap locals: java.lang.Exception
      StackMap stack:
            aload 1 /* ex */
            athrow
        end local 1 // java.lang.Exception ex
         7: .line 901
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.commons.configuration.ConfigurationFactory$CallOptionalMethodRule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/apache/commons/configuration/ConfigurationFactory$CallOptionalMethodRule;
            3    7     1    ex  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Exception
    Exceptions:
      throws java.lang.Exception
}
SourceFile: "ConfigurationFactory.java"
NestHost: org.apache.commons.configuration.ConfigurationFactory
InnerClasses:
  private CallOptionalMethodRule = org.apache.commons.configuration.ConfigurationFactory$CallOptionalMethodRule of org.apache.commons.configuration.ConfigurationFactory