MCPcopy Index your code
hub / github.com/apache/groovy / invokeConstructor

Method invokeConstructor

src/main/java/groovy/lang/MetaClassImpl.java:1754–1757  ·  view source on GitHub ↗

{@inheritDoc}

(Object[] arguments)

Source from the content-addressed store, hash-verified

1752
1753 /** {@inheritDoc} */
1754 @Override
1755 public Object invokeConstructor(Object[] arguments) {
1756 return invokeConstructor(theClass, arguments);
1757 }
1758
1759 /** {@inheritDoc} */
1760 @Override

Callers

nothing calls this directly

Calls 10

checkInitalisedMethod · 0.95
convertToTypeArrayMethod · 0.95
unwrapMethod · 0.95
chooseMethodMethod · 0.95
doConstructorInvokeMethod · 0.95
setPropertiesMethod · 0.95
toTypeStringMethod · 0.95
getNameMethod · 0.65
isAssignableFromMethod · 0.45

Tested by

no test coverage detected