LuaValue that represents an overloaded Java constructor.
On invocation, will pick the best method from the list, and invoke it.
This class is not used directly. It is returned by calls to calls to {@link JavaClass#get(LuaValue key)} when key is "new" and there is more than one public constructor.
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.