Searched defs:constructor (Results 1 – 5 of 5) sorted by relevance
102 …JDiffClassDescription.JDiffConstructor constructor = new JDiffClassDescription.JDiffConstructor("N… in testSimpleConstructor() local109 …JDiffClassDescription.JDiffConstructor constructor = new JDiffClassDescription.JDiffConstructor("N… in testOneArgConstructor() local117 …JDiffClassDescription.JDiffConstructor constructor = new JDiffClassDescription.JDiffConstructor("N… in testConstructorThrowsException() local128 …JDiffClassDescription.JDiffConstructor constructor = new JDiffClassDescription.JDiffConstructor("N… in testPackageProtectedConstructor() local
359 IConstructor constructor = sigClass.getConstructors().iterator().next(); in convertConstructor0() local370 IConstructor constructor = sigClass.getConstructors().iterator().next(); in convertConstructor1a() local381 IConstructor constructor = sigClass.getConstructors().iterator().next(); in convertConstructor1b() local410 IConstructor constructor = sigClass.getConstructors().iterator().next(); in convertConstructorWithException() local424 IConstructor constructor = sigClass.getConstructors().iterator().next(); in convertConstructorWithParameter() local438 IConstructor constructor = sigClass.getConstructors().iterator().next(); in convertConstructorWithGenericParameter() local
143 JDiffConstructor constructor = loadConstructorInfo(parser, currentClass); in start() local214 JDiffConstructor constructor = new JDiffConstructor(currentClass.getClassName(), modifier); in loadConstructorInfo() local
513 private IConstructor convertConstructor(ConstructorDoc constructor) { in convertConstructor()
602 SigConstructor constructor = new SigConstructor(declaringClassName); in convertConstructor() local