Searched refs:cons (Results 1 – 3 of 3) sorted by relevance
671 Constructor<?> cons = tcvClass.getConstructor(pw.getClass()); in dumpGeneratedClass() local672 Object tcv = cons.newInstance(pw); in dumpGeneratedClass()
195 Here are the pros and cons of this implementation, when compared with the snapshot solution:
7767 final Constructor<T> cons = cls.getConstructor(Parcel.class); in createIntentsList() local7771 intentsList.add(cons.newInstance(in)); in createIntentsList()