Method.getParameterTypes
Class Overview | Class Members |
This Package |
All Packages
public Class[] getParameterTypes()
Description
Returns an array of Class objects that represent the formal
parameter types, in declaration order, of the method
represented by this Method object. Returns an array of length
0 if the underlying method takes no parameters.