Class JavaMethod

All Implemented Interfaces:
KryoSerializable

public final class JavaMethod extends JavaMember
LuaValue that represents a Java method.

Can be invoked via call(LuaValue...) and related methods.

This class is not used directly. It is returned by calls to calls to JavaInstance.get(LuaValue key) when a method is named.

See Also: