public class LuaMethodRegistry
extends java.lang.Object
| Constructor and Description |
|---|
LuaMethodRegistry(ILuaMethodProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
ILuaMethod |
getMethod(int methodIndex) |
ILuaMethod |
getMethod(java.lang.String methodName) |
java.lang.String[] |
getMethodNames() |
void |
registerLuaMethod(ILuaMethod method) |
public LuaMethodRegistry(ILuaMethodProvider provider)
public void registerLuaMethod(ILuaMethod method)
public java.lang.String[] getMethodNames()
public ILuaMethod getMethod(java.lang.String methodName)
public ILuaMethod getMethod(int methodIndex)