Searched defs:constructor (Results 1 – 11 of 11) sorted by relevance
37 final Constructor<?> constructor = Class.forName(className) in onNewSession() local
36 jmethodID constructor = env->GetMethodID(exClass, "<init>", in fail() local
68 JDiffClassDescription.JDiffConstructor constructor = in testSimpleConstructor() local78 JDiffClassDescription.JDiffConstructor constructor = in testOneArgConstructor() local89 JDiffClassDescription.JDiffConstructor constructor = in testConstructorThrowsException() local104 JDiffClassDescription.JDiffConstructor constructor = in testPackageProtectedConstructor() local
44 … JDiffClassDescription.JDiffConstructor constructor = new JDiffClassDescription.JDiffConstructor( in addConstructor() local
87 private static void printConstructor(ApiConstructor constructor, PrintStream out) { in printConstructor()
102 public void addConstructor(ApiConstructor constructor) { in addConstructor()
190 JDiffClassDescription.JDiffConstructor constructor = in next() local
477 public static boolean isAnnotatedOrInAnnotatedClass(Constructor<?> constructor, in isAnnotatedOrInAnnotatedClass()
110 jmethodID constructor = in fail() local
74 jmethodID constructor = env->GetMethodID(mClass, "<init>", "()V"); in JavaStruct() local
214 Constructor<?> constructor = clazz.getConstructor(ctorSignature); in testConstructor2() local