Adds a constructor to this class. Note that the type format in the parameter type strings must be package style (that is - it can contain . but not / or $).
@param name The name of the constructor - should be the same as thename of the class.
@param modifiers The modifier flags for this constructor.
@param parameterNames A list of parameter names.
@param parameterTypes A list of parameter types.
@param exceptions A list of exceptions.
@param body The implementation block of the constructor. The body ofthe implementation is passed as an array so the line separators can be added by the implementation.
@param comments The comments shown just above the constructor. Thecomments are passed as an array so the line separators can be added by the implementation. Note that not all implementations will choose to make use of this comment.
@throws IOException If the constructor information cannot be added.
@see java.lang.reflect.Modifier
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.