Mega Code Archive
0441 Is this contructor a Synthetic, and does it have the variable number of arguments
boolean isSynthetic()
Returns true if this constructor is a synthetic constructor; returns false otherwise.
boolean isVarArgs()
Returns true if this constructor was declared to take a variable number of arguments; returns false otherwise.