Package org.codehaus.groovy.reflection
Class ParameterTypes
java.lang.Object
org.codehaus.groovy.reflection.ParameterTypes
- Direct Known Subclasses:
- CachedConstructor,- MetaMethod
- 
Constructor SummaryConstructorsConstructorDescriptionParameterTypes(Class[] pt) ParameterTypes(String[] pt) Deprecated.ParameterTypes(CachedClass[] pt) 
- 
Method SummaryModifier and TypeMethodDescriptionfinal Object[]coerceArgumentsToClasses(Object[] arguments) Object[]correctArguments(Object[] arguments) Class[]protected Class[]getPT()booleanisValidExactMethod(Class[] args) booleanisValidExactMethod(Object[] args) booleanisValidMethod(Class[] argumentTypes) booleanisValidMethod(Object[] arguments) booleanbooleanisVargsMethod(Object[] arguments) protected final void
- 
Constructor Details- 
ParameterTypespublic ParameterTypes()
- 
ParameterTypes
- 
ParameterTypesDeprecated.
- 
ParameterTypes
 
- 
- 
Method Details- 
setParametersTypes
- 
getParameterTypes
- 
getNativeParameterTypes
- 
getPT
- 
isVargsMethodpublic boolean isVargsMethod()
- 
isVargsMethod
- 
coerceArgumentsToClasses
- 
correctArguments
- 
isValidMethod
- 
isValidExactMethod
- 
isValidExactMethod
- 
isValidMethod
 
-