class org.apache.tools.ant.IntrospectionHelper$11 extends org.apache.tools.ant.IntrospectionHelper$AttributeSetter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.tools.ant.IntrospectionHelper$11
  super_class: org.apache.tools.ant.IntrospectionHelper$AttributeSetter
{
  final org.apache.tools.ant.IntrospectionHelper this$0;
    descriptor: Lorg/apache/tools/ant/IntrospectionHelper;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.reflect.Method val$m;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$attrName;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.tools.ant.IntrospectionHelper, java.lang.reflect.Method, java.lang.Class, java.lang.reflect.Method, java.lang.String);
    descriptor: (Lorg/apache/tools/ant/IntrospectionHelper;Ljava/lang/reflect/Method;Ljava/lang/Class;Ljava/lang/reflect/Method;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // org.apache.tools.ant.IntrospectionHelper$11 this
        start local 2 // java.lang.reflect.Method $anonymous0
        start local 3 // java.lang.Class $anonymous1
         0: .line 1141
            aload 0 /* this */
            aload 1
            putfield org.apache.tools.ant.IntrospectionHelper$11.this$0:Lorg/apache/tools/ant/IntrospectionHelper;
            aload 0 /* this */
            aload 4
            putfield org.apache.tools.ant.IntrospectionHelper$11.val$m:Ljava/lang/reflect/Method;
            aload 0 /* this */
            aload 5
            putfield org.apache.tools.ant.IntrospectionHelper$11.val$attrName:Ljava/lang/String;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            aload 3 /* $anonymous1 */
            invokespecial org.apache.tools.ant.IntrospectionHelper$AttributeSetter.<init>:(Ljava/lang/reflect/Method;Ljava/lang/Class;)V
            return
        end local 3 // java.lang.Class $anonymous1
        end local 2 // java.lang.reflect.Method $anonymous0
        end local 0 // org.apache.tools.ant.IntrospectionHelper$11 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/apache/tools/ant/IntrospectionHelper$11;
            0    1     2  $anonymous0  Ljava/lang/reflect/Method;
            0    1     3  $anonymous1  Ljava/lang/Class<*>;
    MethodParameters:
              Name  Flags
      this$0        final
      $anonymous0   
      $anonymous1   
      val$m         final
      val$attrName  final

  public void set(org.apache.tools.ant.Project, java.lang.Object, java.lang.String);
    descriptor: (Lorg/apache/tools/ant/Project;Ljava/lang/Object;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // org.apache.tools.ant.IntrospectionHelper$11 this
        start local 1 // org.apache.tools.ant.Project p
        start local 2 // java.lang.Object parent
        start local 3 // java.lang.String value
         0: .line 1146
            aload 0 /* this */
            getfield org.apache.tools.ant.IntrospectionHelper$11.val$m:Ljava/lang/reflect/Method;
            aload 2 /* parent */
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 3 /* value */
            invokestatic org.apache.tools.ant.util.StringUtils.parseHumanSizes:(Ljava/lang/String;)J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 1147
            goto 11
      StackMap locals:
      StackMap stack: java.lang.NumberFormatException
         2: pop
         3: .line 1148
            new org.apache.tools.ant.BuildException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Can't assign non-numeric value '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         4: .line 1149
            aload 3 /* value */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "' to"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         5: .line 1150
            ldc " attribute "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.tools.ant.IntrospectionHelper$11.val$attrName:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         6: .line 1148
            invokespecial org.apache.tools.ant.BuildException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 1151
      StackMap locals:
      StackMap stack: java.lang.ReflectiveOperationException
            astore 4 /* e */
        start local 4 // java.lang.ReflectiveOperationException e
         8: .line 1152
            aload 4 /* e */
            athrow
        end local 4 // java.lang.ReflectiveOperationException e
         9: .line 1153
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 4 /* e */
        start local 4 // java.lang.Exception e
        10: .line 1154
            new org.apache.tools.ant.BuildException
            dup
            aload 4 /* e */
            invokespecial org.apache.tools.ant.BuildException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 4 // java.lang.Exception e
        11: .line 1156
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.String value
        end local 2 // java.lang.Object parent
        end local 1 // org.apache.tools.ant.Project p
        end local 0 // org.apache.tools.ant.IntrospectionHelper$11 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lorg/apache/tools/ant/IntrospectionHelper$11;
            0   12     1       p  Lorg/apache/tools/ant/Project;
            0   12     2  parent  Ljava/lang/Object;
            0   12     3   value  Ljava/lang/String;
            8    9     4       e  Ljava/lang/ReflectiveOperationException;
           10   11     4       e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.NumberFormatException
           0     1       7  Class java.lang.reflect.InvocationTargetException
           0     1       7  Class java.lang.IllegalAccessException
           0     1       9  Class java.lang.Exception
    Exceptions:
      throws java.lang.reflect.InvocationTargetException, java.lang.IllegalAccessException, org.apache.tools.ant.BuildException
    MethodParameters:
        Name  Flags
      p       final
      parent  final
      value   final
}
SourceFile: "IntrospectionHelper.java"
EnclosingMethod: org.apache.tools.ant.IntrospectionHelper.createAttributeSetter:(Ljava/lang/reflect/Method;Ljava/lang/Class;Ljava/lang/String;)Lorg/apache/tools/ant/IntrospectionHelper$AttributeSetter;
NestHost: org.apache.tools.ant.IntrospectionHelper
InnerClasses:
  org.apache.tools.ant.IntrospectionHelper$11
  private abstract AttributeSetter = org.apache.tools.ant.IntrospectionHelper$AttributeSetter of org.apache.tools.ant.IntrospectionHelper