Package org.codehaus.groovy.ast.tools
Class ParameterUtils
- java.lang.Object
- 
- org.codehaus.groovy.ast.tools.ParameterUtils
 
- 
 public class ParameterUtils extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description ParameterUtils()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanparametersCompatible(Parameter[] source, Parameter[] target)Checks compatibility of parameter arrays.static booleanparametersEqual(Parameter[] a, Parameter[] b)static booleanparametersEqualWithWrapperType(Parameter[] a, Parameter[] b)
 
-