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

Method getParameterTypes

src/main/java/groovy/lang/Closure.java:615–617  ·  view source on GitHub ↗

@return the parameter types of the longest doCall method of this closure

()

Source from the content-addressed store, hash-verified

613 * of this closure
614 */
615 public Class<?>[] getParameterTypes() {
616 return parameterTypes;
617 }
618
619 /**
620 * @return the maximum number of parameters a doCall method

Calls

no outgoing calls