Searched defs:constructor (Results 1 – 11 of 11) 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
42 constructor: Collapse property in Collapse
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
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
513 private IConstructor convertConstructor(ConstructorDoc constructor) { in convertConstructor()
602 SigConstructor constructor = new SigConstructor(declaringClassName); in convertConstructor() local
74 jmethodID constructor = env->GetMethodID(mClass, "<init>", "()V"); in JavaStruct() local
META-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
22 …it=function(y,w){K.prototype=w.prototype;y.prototype=new K;y.prototype.constructor=y};F.generateCa… method in y