public class org.apache.commons.collections.functors.InstantiateFactory implements org.apache.commons.collections.Factory, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.collections.functors.InstantiateFactory
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -7732226881069447957

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

  private final java.lang.Class[] iParamTypes;
    descriptor: [Ljava/lang/Class;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private transient java.lang.reflect.Constructor iConstructor;
    descriptor: Ljava/lang/reflect/Constructor;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  public static org.apache.commons.collections.Factory getInstance(java.lang.Class, java.lang.Class[], java.lang.Object[]);
    descriptor: (Ljava/lang/Class;[Ljava/lang/Class;[Ljava/lang/Object;)Lorg/apache/commons/collections/Factory;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // java.lang.Class classToInstantiate
        start local 1 // java.lang.Class[] paramTypes
        start local 2 // java.lang.Object[] args
         0: .line 70
            aload 0 /* classToInstantiate */
            ifnonnull 2
         1: .line 71
            new java.lang.IllegalArgumentException
            dup
            ldc "Class to instantiate must not be null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 73
      StackMap locals:
      StackMap stack:
            aload 1 /* paramTypes */
            ifnonnull 3
            aload 2 /* args */
            ifnonnull 5
         3: .line 74
      StackMap locals:
      StackMap stack:
            aload 1 /* paramTypes */
            ifnull 4
            aload 2 /* args */
            ifnull 5
         4: .line 75
      StackMap locals:
      StackMap stack:
            aload 1 /* paramTypes */
            ifnull 6
            aload 2 /* args */
            ifnull 6
            aload 1 /* paramTypes */
            arraylength
            aload 2 /* args */
            arraylength
            if_icmpeq 6
         5: .line 76
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter types must match the arguments"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 79
      StackMap locals:
      StackMap stack:
            aload 1 /* paramTypes */
            ifnull 7
            aload 1 /* paramTypes */
            arraylength
            ifne 8
         7: .line 80
      StackMap locals:
      StackMap stack:
            new org.apache.commons.collections.functors.InstantiateFactory
            dup
            aload 0 /* classToInstantiate */
            invokespecial org.apache.commons.collections.functors.InstantiateFactory.<init>:(Ljava/lang/Class;)V
            areturn
         8: .line 82
      StackMap locals:
      StackMap stack:
            aload 1 /* paramTypes */
            invokevirtual java.lang.Class[].clone:()Ljava/lang/Object;
            checkcast java.lang.Class[]
            astore 1 /* paramTypes */
         9: .line 83
            aload 2 /* args */
            invokevirtual java.lang.Object[].clone:()Ljava/lang/Object;
            checkcast java.lang.Object[]
            astore 2 /* args */
        10: .line 84
            new org.apache.commons.collections.functors.InstantiateFactory
            dup
            aload 0 /* classToInstantiate */
            aload 1 /* paramTypes */
            aload 2 /* args */
            invokespecial org.apache.commons.collections.functors.InstantiateFactory.<init>:(Ljava/lang/Class;[Ljava/lang/Class;[Ljava/lang/Object;)V
            areturn
        end local 2 // java.lang.Object[] args
        end local 1 // java.lang.Class[] paramTypes
        end local 0 // java.lang.Class classToInstantiate
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   11     0  classToInstantiate  Ljava/lang/Class;
            0   11     1          paramTypes  [Ljava/lang/Class;
            0   11     2                args  [Ljava/lang/Object;
    MethodParameters:
                    Name  Flags
      classToInstantiate  
      paramTypes          
      args                

  public void <init>(java.lang.Class);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.functors.InstantiateFactory this
        start local 1 // java.lang.Class classToInstantiate
         0: .line 95
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 59
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.collections.functors.InstantiateFactory.iConstructor:Ljava/lang/reflect/Constructor;
         2: .line 96
            aload 0 /* this */
            aload 1 /* classToInstantiate */
            putfield org.apache.commons.collections.functors.InstantiateFactory.iClassToInstantiate:Ljava/lang/Class;
         3: .line 97
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.collections.functors.InstantiateFactory.iParamTypes:[Ljava/lang/Class;
         4: .line 98
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.collections.functors.InstantiateFactory.iArgs:[Ljava/lang/Object;
         5: .line 99
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.functors.InstantiateFactory.findConstructor:()V
         6: .line 100
            return
        end local 1 // java.lang.Class classToInstantiate
        end local 0 // org.apache.commons.collections.functors.InstantiateFactory this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    7     0                this  Lorg/apache/commons/collections/functors/InstantiateFactory;
            0    7     1  classToInstantiate  Ljava/lang/Class;
    MethodParameters:
                    Name  Flags
      classToInstantiate  

  public void <init>(java.lang.Class, java.lang.Class[], java.lang.Object[]);
    descriptor: (Ljava/lang/Class;[Ljava/lang/Class;[Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.apache.commons.collections.functors.InstantiateFactory this
        start local 1 // java.lang.Class classToInstantiate
        start local 2 // java.lang.Class[] paramTypes
        start local 3 // java.lang.Object[] args
         0: .line 111
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 59
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.collections.functors.InstantiateFactory.iConstructor:Ljava/lang/reflect/Constructor;
         2: .line 112
            aload 0 /* this */
            aload 1 /* classToInstantiate */
            putfield org.apache.commons.collections.functors.InstantiateFactory.iClassToInstantiate:Ljava/lang/Class;
         3: .line 113
            aload 0 /* this */
            aload 2 /* paramTypes */
            putfield org.apache.commons.collections.functors.InstantiateFactory.iParamTypes:[Ljava/lang/Class;
         4: .line 114
            aload 0 /* this */
            aload 3 /* args */
            putfield org.apache.commons.collections.functors.InstantiateFactory.iArgs:[Ljava/lang/Object;
         5: .line 115
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.functors.InstantiateFactory.findConstructor:()V
         6: .line 116
            return
        end local 3 // java.lang.Object[] args
        end local 2 // java.lang.Class[] paramTypes
        end local 1 // java.lang.Class classToInstantiate
        end local 0 // org.apache.commons.collections.functors.InstantiateFactory this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    7     0                this  Lorg/apache/commons/collections/functors/InstantiateFactory;
            0    7     1  classToInstantiate  Ljava/lang/Class;
            0    7     2          paramTypes  [Ljava/lang/Class;
            0    7     3                args  [Ljava/lang/Object;
    MethodParameters:
                    Name  Flags
      classToInstantiate  
      paramTypes          
      args                

  private void findConstructor();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.functors.InstantiateFactory this
         0: .line 123
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections.functors.InstantiateFactory.iClassToInstantiate:Ljava/lang/Class;
            aload 0 /* this */
            getfield org.apache.commons.collections.functors.InstantiateFactory.iParamTypes:[Ljava/lang/Class;
            invokevirtual java.lang.Class.getConstructor:([Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
            putfield org.apache.commons.collections.functors.InstantiateFactory.iConstructor:Ljava/lang/reflect/Constructor;
         1: .line 125
            goto 4
      StackMap locals:
      StackMap stack: java.lang.NoSuchMethodException
         2: pop
         3: .line 126
            new java.lang.IllegalArgumentException
            dup
            ldc "InstantiateFactory: The constructor must exist and be public "
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 128
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.commons.collections.functors.InstantiateFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/collections/functors/InstantiateFactory;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.NoSuchMethodException

  public java.lang.Object create();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.apache.commons.collections.functors.InstantiateFactory this
         0: .line 137
            aload 0 /* this */
            getfield org.apache.commons.collections.functors.InstantiateFactory.iConstructor:Ljava/lang/reflect/Constructor;
            ifnonnull 2
         1: .line 138
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.functors.InstantiateFactory.findConstructor:()V
         2: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections.functors.InstantiateFactory.iConstructor:Ljava/lang/reflect/Constructor;
            aload 0 /* this */
            getfield org.apache.commons.collections.functors.InstantiateFactory.iArgs:[Ljava/lang/Object;
            invokevirtual java.lang.reflect.Constructor.newInstance:([Ljava/lang/Object;)Ljava/lang/Object;
         3: areturn
         4: .line 144
      StackMap locals:
      StackMap stack: java.lang.InstantiationException
            astore 1 /* ex */
        start local 1 // java.lang.InstantiationException ex
         5: .line 145
            new org.apache.commons.collections.FunctorException
            dup
            ldc "InstantiateFactory: InstantiationException"
            aload 1 /* ex */
            invokespecial org.apache.commons.collections.FunctorException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.InstantiationException ex
         6: .line 146
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 1 /* ex */
        start local 1 // java.lang.IllegalAccessException ex
         7: .line 147
            new org.apache.commons.collections.FunctorException
            dup
            ldc "InstantiateFactory: Constructor must be public"
            aload 1 /* ex */
            invokespecial org.apache.commons.collections.FunctorException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.IllegalAccessException ex
         8: .line 148
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 1 /* ex */
        start local 1 // java.lang.reflect.InvocationTargetException ex
         9: .line 149
            new org.apache.commons.collections.FunctorException
            dup
            ldc "InstantiateFactory: Constructor threw an exception"
            aload 1 /* ex */
            invokespecial org.apache.commons.collections.FunctorException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.reflect.InvocationTargetException ex
        end local 0 // org.apache.commons.collections.functors.InstantiateFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/apache/commons/collections/functors/InstantiateFactory;
            5    6     1    ex  Ljava/lang/InstantiationException;
            7    8     1    ex  Ljava/lang/IllegalAccessException;
            9   10     1    ex  Ljava/lang/reflect/InvocationTargetException;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.InstantiationException
           2     3       6  Class java.lang.IllegalAccessException
           2     3       8  Class java.lang.reflect.InvocationTargetException

  private void writeObject(java.io.ObjectOutputStream);
    descriptor: (Ljava/io/ObjectOutputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.functors.InstantiateFactory this
        start local 1 // java.io.ObjectOutputStream os
         0: .line 158
            ldc Lorg/apache/commons/collections/functors/InstantiateFactory;
            invokestatic org.apache.commons.collections.functors.FunctorUtils.checkUnsafeSerialization:(Ljava/lang/Class;)V
         1: .line 159
            aload 1 /* os */
            invokevirtual java.io.ObjectOutputStream.defaultWriteObject:()V
         2: .line 160
            return
        end local 1 // java.io.ObjectOutputStream os
        end local 0 // org.apache.commons.collections.functors.InstantiateFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/collections/functors/InstantiateFactory;
            0    3     1    os  Ljava/io/ObjectOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      os    

  private void readObject(java.io.ObjectInputStream);
    descriptor: (Ljava/io/ObjectInputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.functors.InstantiateFactory this
        start local 1 // java.io.ObjectInputStream is
         0: .line 167
            ldc Lorg/apache/commons/collections/functors/InstantiateFactory;
            invokestatic org.apache.commons.collections.functors.FunctorUtils.checkUnsafeSerialization:(Ljava/lang/Class;)V
         1: .line 168
            aload 1 /* is */
            invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
         2: .line 169
            return
        end local 1 // java.io.ObjectInputStream is
        end local 0 // org.apache.commons.collections.functors.InstantiateFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/collections/functors/InstantiateFactory;
            0    3     1    is  Ljava/io/ObjectInputStream;
    Exceptions:
      throws java.lang.ClassNotFoundException, java.io.IOException
    MethodParameters:
      Name  Flags
      is    
}
SourceFile: "InstantiateFactory.java"