Package org.codehaus.groovy.ast.tools
Class ParameterUtils
- java.lang.Object
-
- org.codehaus.groovy.ast.tools.ParameterUtils
-
public class ParameterUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description ParameterUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
parametersCompatible(Parameter[] source, Parameter[] target)
Checks compatibility of parameter arrays.static boolean
parametersEqual(Parameter[] a, Parameter[] b)
static boolean
parametersEqualWithWrapperType(Parameter[] a, Parameter[] b)
-