Constructor.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 constructor
 represented by this Constructor object.  Returns an array of
 length 0 if the underlying constructor takes no parameters.