Class JavaMethod.Overload

Enclosing class:
JavaMethod

public static final class JavaMethod.Overload extends LuaFunction
LuaValue that represents an overloaded Java method.

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 JavaInstance.get(LuaValue key) when an overloaded method is named.