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
69 JDiffClassDescription.JDiffConstructor constructor = in testSimpleConstructor() local79 JDiffClassDescription.JDiffConstructor constructor = in testOneArgConstructor() local90 JDiffClassDescription.JDiffConstructor constructor = in testConstructorThrowsException() local105 JDiffClassDescription.JDiffConstructor constructor = in testPackageProtectedConstructor() local
45 … 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()
499 JDiffConstructor constructor = in next() local
522 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