Searched defs:constructor (Results 1 – 6 of 6) sorted by relevance
106 JDiffClassDescription.JDiffConstructor constructor = in testSimpleConstructor() local115 JDiffClassDescription.JDiffConstructor constructor = in testOneArgConstructor() local125 JDiffClassDescription.JDiffConstructor constructor = in testConstructorThrowsException() local139 JDiffClassDescription.JDiffConstructor constructor = in testPackageProtectedConstructor() local
87 private static void printConstructor(ApiConstructor constructor, PrintStream out) { in printConstructor()
84 public void addConstructor(ApiConstructor constructor) { in addConstructor()
193 JDiffConstructor constructor = loadConstructorInfo(parser, currentClass); in start() local
74 jmethodID constructor = env->GetMethodID(mClass, "<init>", "()V"); in JavaStruct() local
171 Constructor<?> constructor = clazz.getConstructor(ctorSignature); in testConstructor2() local