Searched refs:hasConstructor (Results 1 – 13 of 13) sorted by relevance
72 private void hasConstructor(Object... args) { in hasConstructor() method in ConstructorCreationTests89 hasConstructor(new Foo(1)); in testConstructors()91 hasConstructor(new Foo(1), new Bar(2)); in testConstructors()92 hasConstructor(1); in testConstructors()93 hasConstructor(1, 2); in testConstructors()95 hasConstructor(1, new Integer("2")); in testConstructors()96 hasConstructor(1, 2.0); in testConstructors()97 hasConstructor(1, 2.0f); in testConstructors()
25 protected boolean hasConstructor; field in CtNewClass42 hasConstructor = isInterface; in CtNewClass()46 if (hasConstructor) in extendToString()55 hasConstructor = true; in addConstructor()62 if (!hasConstructor) in toBytecode()65 hasConstructor = true; in toBytecode()
31 FORWARD_SYMBOL_METHOD(hasConstructor)
35 FORWARD_SYMBOL_METHOD(hasConstructor)
125 virtual bool hasConstructor() const = 0;
130 if (federatedClass.hasConstructor(constructor)) { in federateConstructors()
159 && spec.hasConstructor(constructor)) { in versionConstructors()
2269 public boolean hasConstructor(MethodInfo constructor) { in hasConstructor() method in ClassInfo
117 bool hasConstructor() const override;
195 MOCK_SYMBOL_ACCESSOR(hasConstructor)
763 bool DIARawSymbol::hasConstructor() const { in hasConstructor() function in DIARawSymbol